summaryrefslogtreecommitdiffstats
path: root/src/cmd/tcs
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/tcs')
-rw-r--r--src/cmd/tcs/tcs.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cmd/tcs/tcs.c b/src/cmd/tcs/tcs.c
index d796ba63..682e108f 100644
--- a/src/cmd/tcs/tcs.c
+++ b/src/cmd/tcs/tcs.c
@@ -28,7 +28,6 @@ int clean = 0;
int verbose = 0;
long ninput, noutput, nrunes, nerrors;
char *file = "stdin";
-char *argv0;
Rune runes[N];
char obuf[UTFmax*N]; /* maximum bloat from N runes */
long tab[NRUNE];