From: Jeremy Allison Date: Fri, 1 Jun 2018 22:08:36 +0000 (-0700) Subject: s3: VFS: Remove unused enum value. X-Git-Tag: tevent-0.9.37~430 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=44f3bf1f6351311b6ed8ad95c1da83df25b05d9b;p=thirdparty%2Fsamba.git s3: VFS: Remove unused enum value. Signed-off-by: Jeremy Allison Reviewed-by: Ralph Boehme Autobuild-User(master): Ralph Böhme Autobuild-Date(master): Sat Jun 2 03:03:42 CEST 2018 on sn-devel-144 --- diff --git a/source3/modules/vfs_full_audit.c b/source3/modules/vfs_full_audit.c index c6b229a376a..d76ec407759 100644 --- a/source3/modules/vfs_full_audit.c +++ b/source3/modules/vfs_full_audit.c @@ -191,8 +191,6 @@ typedef enum _vfs_op_type { /* POSIX ACL operations. */ - SMB_VFS_OP_FCHMOD_ACL, - SMB_VFS_OP_SYS_ACL_GET_FILE, SMB_VFS_OP_SYS_ACL_GET_FD, SMB_VFS_OP_SYS_ACL_BLOB_GET_FILE,