diff options
author | Aurélien Aptel <aurelien.aptel@gmail.com> | 2013-07-08 18:18:09 +0200 |
---|---|---|
committer | Andreas Schneider <asn@samba.org> | 2014-02-19 18:22:26 +0100 |
commit | 431483e6b9210c396ddf119ded603ecc95c1ea98 (patch) | |
tree | 6a86908bae279639a55d0f38d2a3e5af4f60aa1a /source3/client | |
parent | 45a45c8edac20469e5b9e7b30a55e3a591b62f79 (diff) | |
download | samba-431483e6b9210c396ddf119ded603ecc95c1ea98.tar.gz samba-431483e6b9210c396ddf119ded603ecc95c1ea98.tar.xz samba-431483e6b9210c396ddf119ded603ecc95c1ea98.zip |
client.c: remove unused extern declaration
Signed-off-by: Aurélien Aptel <aurelien.aptel@gmail.com>
Reviewed-by: David Disseldorp <ddiss@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'source3/client')
-rw-r--r-- | source3/client/client.c | 6 |
1 files changed, 0 insertions, 6 deletions
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; |