diff options
author | Andrew Tridgell <tridge@samba.org> | 1998-08-14 06:26:31 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 1998-08-14 06:26:31 +0000 |
commit | 58fb3c31c03601042fdba71501068fcaea8a821c (patch) | |
tree | 035ca9811c08d00a36036b2bfa721f3c94615c73 | |
parent | 2bb8f8ce4385336083caf353e5ac11e11457e6f8 (diff) | |
download | samba-58fb3c31c03601042fdba71501068fcaea8a821c.tar.gz samba-58fb3c31c03601042fdba71501068fcaea8a821c.tar.bz2 samba-58fb3c31c03601042fdba71501068fcaea8a821c.zip |
remove an unused variable
(This used to be commit 6f9228b01131d0fad464971297393ccb8a15703f)
-rw-r--r-- | source3/client/client.c | 1 |
1 files changed, 0 insertions, 1 deletions
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; |