summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorftrvxmtrx <ftrvxmtrx@gmail.com>2016-11-17 02:14:59 +0100
committerftrvxmtrx <ftrvxmtrx@gmail.com>2016-11-17 02:14:59 +0100
commitc0d0f86b14593bbf608284b96920558756a69304 (patch)
treedad0ecc4591d9b73e589ad03dfad886b3567962b
parente49f163ef3a8b19e3806f0817a9390d1dd16e654 (diff)
downloadplan9front-c0d0f86b14593bbf608284b96920558756a69304.tar.xz
tar: remove unused variable
-rw-r--r--sys/src/cmd/tar.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/src/cmd/tar.c b/sys/src/cmd/tar.c
index 33ca1595c..dc3d3536d 100644
--- a/sys/src/cmd/tar.c
+++ b/sys/src/cmd/tar.c
@@ -131,7 +131,6 @@ typedef struct {
#define OTHER(rdwr) ((rdwr) == Rd? Wr: Rd)
-static int debug;
static int fixednblock;
static int verb;
static int posix = 1;