Browse Source

Remove unused flag variable to tee

Signed-off-by: Matt Singletary <matt.singletary@gmail.com>
Matt Singletary 7 years ago
parent
commit
b936548b17
1 changed files with 0 additions and 1 deletions
  1. 0 1
      sys/src/cmd/tee.c

+ 0 - 1
sys/src/cmd/tee.c

@@ -14,7 +14,6 @@
 #include <u.h>
 #include <libc.h>
 
-int	uflag;
 int	aflag;
 int	*openf;