From 328a57e1ca5fc0e0206fdb565d5951912e84dc5e Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Mon, 3 Dec 2007 17:57:46 -0800 Subject: Remove more pstrings, from the winbindd protocol def and inside winbindd. Remove unused pstring types. Jeremy. (This used to be commit 9ccac8abb0420393569dbca73e7daf2742aa1099) --- source3/include/smb.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'source3/include') diff --git a/source3/include/smb.h b/source3/include/smb.h index f85c7344bc..1d787f52d4 100644 --- a/source3/include/smb.h +++ b/source3/include/smb.h @@ -150,10 +150,6 @@ typedef union unid_t { typedef uint16 smb_ucs2_t; -/* ucs2 string types. */ -typedef smb_ucs2_t wpstring[PSTRING_LEN]; -typedef smb_ucs2_t wfstring[FSTRING_LEN]; - #ifdef WORDS_BIGENDIAN #define UCS2_SHIFT 8 #else -- cgit