From 9907296225e35548dadd70e1be5a06517b27bb87 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Wed, 13 May 1998 05:01:36 +0000 Subject: [PATCH] we don't need a typedef for string --- source/include/smb.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/source/include/smb.h b/source/include/smb.h index 714d3b2eb40..3049b503627 100644 --- a/source/include/smb.h +++ b/source/include/smb.h @@ -237,8 +237,6 @@ implemented */ typedef char pstring[1024]; typedef char fstring[128]; -/* typedef fstring string; */ - /* pipe strings */ #define PIPE_LANMAN "\\PIPE\\LANMAN"