smbd: Remove an unused #define
authorVolker Lendecke <vl@samba.org>
Mon, 9 May 2016 11:12:01 +0000 (13:12 +0200)
committerJeremy Allison <jra@samba.org>
Mon, 9 May 2016 15:20:22 +0000 (17:20 +0200)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
Autobuild-User(master): Jeremy Allison <jra@samba.org>
Autobuild-Date(master): Mon May  9 17:20:22 CEST 2016 on sn-devel-144

source3/include/smb.h

index dec3189563899b8e7401c7d7462375b65cb2616e..0af3b6132abfa5a4efba8862826516a9df10202e 100644 (file)
@@ -484,9 +484,6 @@ Offset  Data                        length.
    otherwise NT will not honour the announce packets */
 #define MAX_SERVER_STRING_LENGTH 48
 
-
-#define SMB_SUCCESS 0  /* The request was successful. */
-
 #ifdef NOSTRDUP
 char *strdup(char *s);
 #endif