summaryrefslogtreecommitdiff
path: root/source4/librpc/ndr/libndr.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2005-06-02 00:19:57 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:17:23 -0500
commit8618c6a906c7c04e4149a1223a6d58d9790aa74e (patch)
tree99b83b16a16e7307efac16d1222642356b5e2bd4 /source4/librpc/ndr/libndr.h
parent4536f0ef914d12f6400122b7ab20291ffee56de0 (diff)
downloadsamba-8618c6a906c7c04e4149a1223a6d58d9790aa74e.tar.gz
samba-8618c6a906c7c04e4149a1223a6d58d9790aa74e.tar.bz2
samba-8618c6a906c7c04e4149a1223a6d58d9790aa74e.zip
r7182: remove current support for RELATIVE_CURRENT, this will be replaced with a better aproach later
metze (This used to be commit 9a4e9f68fbddaae3fc86e30d39b69fc76261c0ea)
Diffstat (limited to 'source4/librpc/ndr/libndr.h')
-rw-r--r--source4/librpc/ndr/libndr.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/source4/librpc/ndr/libndr.h b/source4/librpc/ndr/libndr.h
index 892f3c27ca..e5d8b0e593 100644
--- a/source4/librpc/ndr/libndr.h
+++ b/source4/librpc/ndr/libndr.h
@@ -126,10 +126,6 @@ struct ndr_print {
/* used to check if alignment padding is zero */
#define LIBNDR_FLAG_PAD_CHECK (1<<28)
-/* used to indicate spoolss style relative pointers (relative to current
- offset, not base) */
-#define LIBNDR_FLAG_RELATIVE_CURRENT (1<<29)
-
/* set if an object uuid will be present */
#define LIBNDR_FLAG_OBJECT_PRESENT (1<<30)