s3-vfs: Remove unused lsetxattr call from VFS modules, system.c and configure
[kai/samba.git] / source3 / modules / vfs_onefs_shadow_copy.c
index 410859a046f9e31fc71e71af112b5b6b32459780..531f9b4b838f81d104ae48c60e88182810fa0885 100644 (file)
@@ -605,16 +605,6 @@ onefs_shadow_copy_setxattr(vfs_handle_struct *handle, const char *path,
                    int);
 }
 
-static int
-onefs_shadow_copy_lsetxattr(vfs_handle_struct *handle, const char *path,
-                           const char *name, const void *value, size_t size,
-                           int flags)
-{
-       SHADOW_NEXT(LSETXATTR,
-                   (handle, cpath ?: path, name, value, size, flags),
-                   int);
-}
-
 static bool
 onefs_shadow_copy_is_offline(struct vfs_handle_struct *handle,
                             const struct smb_fname *fname,