libcli/security Remove unused SE_NONE define
authorAndrew Bartlett <abartlet@samba.org>
Fri, 3 Sep 2010 23:32:21 +0000 (09:32 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Sat, 11 Sep 2010 08:46:13 +0000 (18:46 +1000)
Signed-off-by: Andrew Tridgell <tridge@samba.org>
libcli/security/privileges.h

index 6ba7836e8b0d88acbbb5c428befcf14603dd6883..25895fd1ff277beed864687160f0ccd17b6c5f13 100644 (file)
@@ -30,7 +30,6 @@
 
 /* common privilege bitmask defines */
 
-#define SE_NONE                                0x0
 #define SE_ALL_PRIVS                    (uint64_t)-1
 
 /*