From ec6973747a7269224b4cf6ccb593f5ed92e07a94 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sun, 16 Oct 2005 19:21:17 +0000 Subject: r11103: Eliminate ascstr (This used to be commit c8a0511f37f8cff3e949ffda0bb7fae714d5bbb4) --- source4/librpc/idl/idl_types.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'source4/librpc/idl/idl_types.h') diff --git a/source4/librpc/idl/idl_types.h b/source4/librpc/idl/idl_types.h index 872883df4b..98a8d1c093 100644 --- a/source4/librpc/idl/idl_types.h +++ b/source4/librpc/idl/idl_types.h @@ -32,12 +32,6 @@ */ #define astring15 [flag(STR_ASCII|STR_FIXLEN15)] string -/* - an ascii string prefixed with [size] [offset] [length], all 32 bits - null terminated -*/ -#define ascstr [flag(STR_ASCII|STR_SIZE4|STR_LEN4)] string - /* an ascii string prefixed with [offset] [length], both 32 bits null terminated -- cgit