diff options
author | Stefan Metzmacher <metze@samba.org> | 2011-03-01 16:44:22 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2011-03-02 14:09:44 +0100 |
commit | 7101f5a8f21875519942d0263efa3221fc23bb22 (patch) | |
tree | 5865859f69496943e51729f72e9aa207ecf115e5 | |
parent | 56df34a6aa336c1f7e6b40a4cc585ae12d9052a6 (diff) | |
download | samba-7101f5a8f21875519942d0263efa3221fc23bb22.tar.gz samba-7101f5a8f21875519942d0263efa3221fc23bb22.tar.bz2 samba-7101f5a8f21875519942d0263efa3221fc23bb22.zip |
librpc/idl: remove unused string defines from idl_types.h
metze
Autobuild-User: Stefan Metzmacher <metze@samba.org>
Autobuild-Date: Wed Mar 2 14:09:44 CET 2011 on sn-devel-104
-rw-r--r-- | librpc/idl/idl_types.h | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/librpc/idl/idl_types.h b/librpc/idl/idl_types.h index 88ece20afe..023c04020e 100644 --- a/librpc/idl/idl_types.h +++ b/librpc/idl/idl_types.h @@ -15,29 +15,6 @@ #define nstring [flag(STR_NULLTERM|NDR_ALIGN2)] string /* - an ascii string prefixed with [offset] [length], both 32 bits - null terminated -*/ -#define ascstr2 [flag(STR_ASCII|STR_LEN4)] string - -/* - an ascii string prefixed with [size], 32 bits -*/ -#define asclstr [flag(STR_ASCII|STR_SIZE4)] string - -/* - an ascii string prefixed with [size], 16 bits - null terminated -*/ -#define ascstr3 [flag(STR_ASCII|STR_SIZE2)] string - -/* - an ascii string prefixed with [size] [offset] [length], all 32 bits - not null terminated -*/ -#define ascstr_noterm [flag(STR_NOTERM|STR_ASCII|STR_SIZE4|STR_LEN4)] string - -/* a null terminated ascii string */ #define astring [flag(STR_ASCII|STR_NULLTERM)] string |