1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-28 07:21:54 +03:00

idl_types: remove unused lstring

metze
This commit is contained in:
Stefan Metzmacher 2008-02-13 10:41:57 +01:00
parent d6cdddbcf3
commit 5100452cf3

View File

@ -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
*/