From 519d17e451399f09f154dc581a22e74162ff7807 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Wed, 7 Jul 2010 12:40:41 +0200 Subject: s3-rpc_misc: remove unused UNISTR. Guenther --- source3/include/rpc_misc.h | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/source3/include/rpc_misc.h b/source3/include/rpc_misc.h index 85dd1ce355..08ee5defcb 100644 --- a/source3/include/rpc_misc.h +++ b/source3/include/rpc_misc.h @@ -34,15 +34,4 @@ "OTHER")), ((unsigned int)IVAL((hnd)->uuid.node,2)),\ ((unsigned int)sys_getpid() ) - -/********************************************************************** - * UNICODE string variations - **********************************************************************/ - - -typedef struct { /* UNISTR - unicode string size and buffer */ - uint16 *buffer; /* unicode characters. ***MUST*** be - little-endian. ***MUST*** be null-terminated */ -} UNISTR; - #endif /* _RPC_MISC_H */ -- cgit