From: Christof Schmitt Date: Wed, 19 Jun 2019 18:14:20 +0000 (-0700) Subject: nfs4_acls: Remove unused SMB_ACLTYPE_ defines X-Git-Tag: tdb-1.4.2~529 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f3ebad2e84317997a9be705c809695529455eb6;p=thirdparty%2Fsamba.git nfs4_acls: Remove unused SMB_ACLTYPE_ defines Signed-off-by: Christof Schmitt Reviewed-by: Ralph Boehme --- diff --git a/source3/modules/nfs4_acls.h b/source3/modules/nfs4_acls.h index d0cf2d0f1fb..c9fcf6d250b 100644 --- a/source3/modules/nfs4_acls.h +++ b/source3/modules/nfs4_acls.h @@ -21,11 +21,6 @@ #ifndef __NFS4_ACLS_H__ #define __NFS4_ACLS_H__ -#define SMB_ACLTYPE_NONE 0 -#define SMB_ACLTYPE_UNKNOWN 1 -#define SMB_ACLTYPE_POSIX 2 -#define SMB_ACLTYPE_NFS4 4 - /* * Following union captures the identity as * used in the NFS4 ACL structures.