we don't need a typedef for string
authorAndrew Tridgell <tridge@samba.org>
Wed, 13 May 1998 05:01:36 +0000 (05:01 +0000)
committerAndrew Tridgell <tridge@samba.org>
Wed, 13 May 1998 05:01:36 +0000 (05:01 +0000)
(This used to be commit 9907296225e35548dadd70e1be5a06517b27bb87)

source3/include/smb.h

index 714d3b2eb40a5f0ab5ebfb9c1c9c11adc5e842f3..3049b50362745cab2ab4c32476f02cb79ac2f8ba 100644 (file)
@@ -237,8 +237,6 @@ implemented */
 
 typedef char pstring[1024];
 typedef char fstring[128];
-/* typedef fstring string; */
-
 
 /* pipe strings */
 #define PIPE_LANMAN   "\\PIPE\\LANMAN"