From 9fe24f4e9cc6ed681ab6d58cc2a1737f2651ce9a Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sun, 16 Oct 2005 18:59:57 +0000 Subject: r11101: Remove last instances of unistr (This used to be commit 7e057e6bdaf82bf8acdfc5d656dd75f367e70bf2) --- source4/librpc/idl/idl_types.h | 5 ----- 1 file changed, 5 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 1a6371d8f9..e48df9ddfd 100644 --- a/source4/librpc/idl/idl_types.h +++ b/source4/librpc/idl/idl_types.h @@ -18,11 +18,6 @@ */ #define unistr_noterm [flag(STR_NOTERM|STR_SIZE4|STR_LEN4)] string -/* - a UCS2 string prefixed with [size] [offset] [length], all 32 bits -*/ -#define unistr [flag(STR_SIZE4|STR_LEN4)] string - /* a UCS2 string prefixed with [size], 32 bits */ -- cgit