From ed4719b66c728b52240961897282d0bbc9c456c1 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Wed, 13 May 1998 05:01:36 +0000 Subject: we don't need a typedef for string (This used to be commit 9907296225e35548dadd70e1be5a06517b27bb87) --- source3/include/smb.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'source3') diff --git a/source3/include/smb.h b/source3/include/smb.h index 714d3b2eb4..3049b50362 100644 --- a/source3/include/smb.h +++ b/source3/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" -- cgit