s3-rpc_misc: remove unused UNISTR.
authorGünther Deschner <gd@samba.org>
Wed, 7 Jul 2010 10:40:41 +0000 (12:40 +0200)
committerGünther Deschner <gd@samba.org>
Wed, 7 Jul 2010 13:29:26 +0000 (15:29 +0200)
Guenther

source3/include/rpc_misc.h

index 85dd1ce3556629307129d8bc25382469688522c4..08ee5defcb8915457208d1b211a882379f17dcc3 100644 (file)
                "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 */