]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
includes: Remove an unused #define
authorVolker Lendecke <vl@samba.org>
Tue, 25 Sep 2018 11:02:35 +0000 (04:02 -0700)
committerJeremy Allison <jra@samba.org>
Tue, 2 Oct 2018 23:07:15 +0000 (01:07 +0200)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/include/smb.h

index c37dbeb12869c3fde9ac528d876fc86006513a93..0fd9471c356c393183f51909ceec8be84525bf0e 100644 (file)
 
 #define SIZEOFWORD 2
 
-#ifndef DEF_CREATE_MASK
-#define DEF_CREATE_MASK (0755)
-#endif
-
 /* string manipulation flags - see clistr.c and srvstr.c */
 #define STR_TERMINATE 1
 #define STR_UPPER 2