summaryrefslogtreecommitdiff
path: root/source3/include/local.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2015-06-19 22:23:01 +0200
committerStefan Metzmacher <metze@samba.org>2015-06-23 14:38:53 +0200
commitc726dd7f8d7c8350807c0e41103beb1724262308 (patch)
treebb59d846de64759facb08610fd319fed97c8ac80 /source3/include/local.h
parenta6a6795826954eef6763a39b129a4db578edca01 (diff)
downloadsamba-c726dd7f8d7c8350807c0e41103beb1724262308.tar.gz
s3:include: remove used unused {CLIENT,SERVER}_NDR_PADDING_SIZE
BUG: https://bugzilla.samba.org/show_bug.cgi?id=11061 Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source3/include/local.h')
-rw-r--r--source3/include/local.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/source3/include/local.h b/source3/include/local.h
index 85f086151a4..5963eb06747 100644
--- a/source3/include/local.h
+++ b/source3/include/local.h
@@ -204,7 +204,4 @@
/* Maximum size of RPC data we will accept for one call. */
#define MAX_RPC_DATA_SIZE (15*1024*1024)
-#define CLIENT_NDR_PADDING_SIZE 8
-#define SERVER_NDR_PADDING_SIZE 8
-
#endif