From 58fb3c31c03601042fdba71501068fcaea8a821c Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 14 Aug 1998 06:26:31 +0000 Subject: remove an unused variable (This used to be commit 6f9228b01131d0fad464971297393ccb8a15703f) --- source3/client/client.c | 1 - 1 file changed, 1 deletion(-) diff --git a/source3/client/client.c b/source3/client/client.c index d23bdb5796..396028358d 100644 --- a/source3/client/client.c +++ b/source3/client/client.c @@ -3355,7 +3355,6 @@ static void wait_keyboard(char *buffer) ****************************************************************************/ static BOOL process(char *base_directory) { - extern FILE *dbf; pstring line; char *cmd; -- cgit