nfs4_acls: Remove unused SMB_ACLTYPE_ defines
authorChristof Schmitt <cs@samba.org>
Wed, 19 Jun 2019 18:14:20 +0000 (11:14 -0700)
committerChristof Schmitt <cs@samba.org>
Tue, 23 Jul 2019 18:27:27 +0000 (18:27 +0000)
Signed-off-by: Christof Schmitt <cs@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
source3/modules/nfs4_acls.h

index d0cf2d0f1fb0c76de2747bbeeb7b3a6f9c36b3f1..c9fcf6d250b5616550291dc0ea01e1fcd88a9e59 100644 (file)
 #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.