From 431483e6b9210c396ddf119ded603ecc95c1ea98 Mon Sep 17 00:00:00 2001 From: Aurélien Aptel Date: Mon, 8 Jul 2013 18:18:09 +0200 Subject: client.c: remove unused extern declaration MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Aurélien Aptel Reviewed-by: David Disseldorp Reviewed-by: Andreas Schneider --- source3/client/client.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'source3/client/client.c') diff --git a/source3/client/client.c b/source3/client/client.c index 4fc285f08c..b85da0856a 100644 --- a/source3/client/client.c +++ b/source3/client/client.c @@ -76,12 +76,6 @@ static int archive_level = 0; static bool translation = false; static bool have_ip; -/* clitar bits insert */ -extern int blocksize; -extern bool tar_inc; -extern bool tar_reset; -/* clitar bits end */ - static bool prompt = true; static bool recurse = false; -- cgit