summaryrefslogtreecommitdiff
path: root/source3/include/smb.h
diff options
context:
space:
mode:
Diffstat (limited to 'source3/include/smb.h')
-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 8f0bd31bf4..8bb1e993cd 100644
--- a/source3/include/smb.h
+++ b/source3/include/smb.h
@@ -57,9 +57,6 @@
typedef int BOOL;
-/* offset in shared memory */
-#define NULL_OFFSET (int)(0)
-
/* limiting size of ipc replies */
#define REALLOC(ptr,size) Realloc(ptr,MAX((size),4*1024))