summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2016-05-09 13:12:01 +0200
committerJeremy Allison <jra@samba.org>2016-05-09 17:20:22 +0200
commita3f3a6c354f85d4b7939773e00636526fded5583 (patch)
tree7890f22651202f4204c69e8813d787527d16ffb9 /source3/include
parent6379737b7ddc6ccb752238c5820cc62e76a8da17 (diff)
downloadsamba-a3f3a6c354f85d4b7939773e00636526fded5583.tar.gz
smbd: Remove an unused #define
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
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/smb.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/source3/include/smb.h b/source3/include/smb.h
index dec31895638..0af3b6132ab 100644
--- a/source3/include/smb.h
+++ b/source3/include/smb.h
@@ -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