summaryrefslogtreecommitdiffstats
path: root/usr.bin/tset
diff options
context:
space:
mode:
authordd <dd@FreeBSD.org>2001-06-24 23:41:57 +0000
committerdd <dd@FreeBSD.org>2001-06-24 23:41:57 +0000
commit7894e59b7f217dd493250aec7b5da6dd7f2cf1c4 (patch)
tree2ca9b56f962bf287792adbfb0354af3a528ebdcd /usr.bin/tset
parent7129e7905994b1b01e82d0f0c11afcf7a6e5b09e (diff)
downloadFreeBSD-src-7894e59b7f217dd493250aec7b5da6dd7f2cf1c4.zip
FreeBSD-src-7894e59b7f217dd493250aec7b5da6dd7f2cf1c4.tar.gz
Nuke unused variables.
Diffstat (limited to 'usr.bin/tset')
-rw-r--r--usr.bin/tset/tset.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/tset/tset.c b/usr.bin/tset/tset.c
index 7a7ca82..ca299ab 100644
--- a/usr.bin/tset/tset.c
+++ b/usr.bin/tset/tset.c
@@ -78,7 +78,7 @@ main(argc, argv)
struct winsize win;
#endif
int ch, noinit, noset, quiet, Sflag, sflag, showterm, usingupper;
- char *p, *t, *tcapbuf, *ttype;
+ char *p, *tcapbuf, *ttype;
if (tcgetattr(STDERR_FILENO, &mode) < 0)
err(1, "standard error");
OpenPOWER on IntegriCloud