Merge branch 'master' of git://git.samba.org/samba into convenience
[kai/samba-autobuild/.git] / source3 / include / smb.h
index f02088731d75b08e7352bda9c9a21e87220f8ea8..5c2bd12df0c33ebac7ed031317fd94d1c5cfb01b 100644 (file)
@@ -149,8 +149,6 @@ typedef union unid_t {
  * smb_ucs2_t is *always* in little endian format.
  */
 
-typedef uint16 smb_ucs2_t;
-
 #ifdef WORDS_BIGENDIAN
 #define UCS2_SHIFT 8
 #else