git: 9front

Download patch

ref: 9c192bb46b13efa4532c08caf913572d86a942f8
parent: 14957d4d3117868675ce101e72744cd7883fcc67
author: ftrvxmtrx <ftrvxmtrx@gmail.com>
date: Wed Nov 16 21:14:59 EST 2016

tar: remove unused variable

--- a/sys/src/cmd/tar.c
+++ b/sys/src/cmd/tar.c
@@ -131,7 +131,6 @@
 
 #define OTHER(rdwr) ((rdwr) == Rd? Wr: Rd)
 
-static int debug;
 static int fixednblock;
 static int verb;
 static int posix = 1;
--