From 912f556dbaa13598eb378d5bf0919235e552de48 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sat, 31 Dec 2005 14:57:43 +0000 Subject: r12651: Remove STR_LARGE_SIZE as it's no longer used (This used to be commit 8e95aee6fba4d3632f4718428bdb1f07cb58fab4) --- source4/librpc/ndr/libndr.h | 1 - 1 file changed, 1 deletion(-) (limited to 'source4/librpc/ndr/libndr.h') diff --git a/source4/librpc/ndr/libndr.h b/source4/librpc/ndr/libndr.h index 86962bd563..e5234ac7ed 100644 --- a/source4/librpc/ndr/libndr.h +++ b/source4/librpc/ndr/libndr.h @@ -115,7 +115,6 @@ struct ndr_print { #define LIBNDR_FLAG_STR_CHARLEN (1<<11) #define LIBNDR_FLAG_STR_UTF8 (1<<12) #define LIBNDR_FLAG_STR_FIXLEN15 (1<<13) -#define LIBNDR_FLAG_STR_LARGE_SIZE (1<<14) #define LIBNDR_STRING_FLAGS (0x7FFC) -- cgit