From 272892277440cbde79039d6cdaf4fb4215b7cf0c Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Wed, 13 Feb 2008 10:41:57 +0100 Subject: idl_types: remove unused lstring metze (This used to be commit 5100452cf3b3c3c5dcdb77a9efe27e8c506d1d43) --- source4/librpc/idl/idl_types.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'source4/librpc/idl') diff --git a/source4/librpc/idl/idl_types.h b/source4/librpc/idl/idl_types.h index 01524c2984..9885ca5bf6 100644 --- a/source4/librpc/idl/idl_types.h +++ b/source4/librpc/idl/idl_types.h @@ -9,11 +9,6 @@ #define STR_CHARLEN LIBNDR_FLAG_STR_CHARLEN #define STR_UTF8 LIBNDR_FLAG_STR_UTF8 -/* - a UCS2 string prefixed with [size], 32 bits -*/ -#define lstring [flag(STR_SIZE4)] string - /* a null terminated UCS2 string */ -- cgit