diff options
author | Stefan Metzmacher <metze@samba.org> | 2008-02-13 10:41:57 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2008-02-13 10:41:57 +0100 |
commit | 272892277440cbde79039d6cdaf4fb4215b7cf0c (patch) | |
tree | f9fb80b295989b293fbb210c0fa6725edbba5c41 | |
parent | c41944b9f9e6dc5287065b24ab1c1fc20ec36cb4 (diff) | |
download | samba-272892277440cbde79039d6cdaf4fb4215b7cf0c.tar.gz samba-272892277440cbde79039d6cdaf4fb4215b7cf0c.tar.bz2 samba-272892277440cbde79039d6cdaf4fb4215b7cf0c.zip |
idl_types: remove unused lstring
metze
(This used to be commit 5100452cf3b3c3c5dcdb77a9efe27e8c506d1d43)
-rw-r--r-- | source4/librpc/idl/idl_types.h | 5 |
1 files changed, 0 insertions, 5 deletions
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 @@ -10,11 +10,6 @@ #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 */ #define nstring [flag(STR_NULLTERM)] string |