From 7101f5a8f21875519942d0263efa3221fc23bb22 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Tue, 1 Mar 2011 16:44:22 +0100 Subject: librpc/idl: remove unused string defines from idl_types.h metze Autobuild-User: Stefan Metzmacher Autobuild-Date: Wed Mar 2 14:09:44 CET 2011 on sn-devel-104 --- librpc/idl/idl_types.h | 23 ----------------------- 1 file changed, 23 deletions(-) (limited to 'librpc') 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 @@ -14,29 +14,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 */ -- cgit