diff options
author | bapt <bapt@FreeBSD.org> | 2015-05-05 07:51:57 +0000 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2015-05-05 07:51:57 +0000 |
commit | 1627eefffaf178e42ad826965b250b4806c599cf (patch) | |
tree | 096138cf8fd1d019b7fe6e949f646dd39eb923c3 /usr.bin/vgrind | |
parent | 0c925e0867103f8394f91090503680f143d47d54 (diff) | |
download | FreeBSD-src-1627eefffaf178e42ad826965b250b4806c599cf.zip FreeBSD-src-1627eefffaf178e42ad826965b250b4806c599cf.tar.gz |
Remove unused variables
Diffstat (limited to 'usr.bin/vgrind')
-rw-r--r-- | usr.bin/vgrind/vgrindefs.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/usr.bin/vgrind/vgrindefs.c b/usr.bin/vgrind/vgrindefs.c index cc6e0c4..348329c 100644 --- a/usr.bin/vgrind/vgrindefs.c +++ b/usr.bin/vgrind/vgrindefs.c @@ -73,7 +73,6 @@ tgetent(char *bp, char *name, char *file) register int c; register int i = 0, cnt = 0; char ibuf[BUFSIZ]; - char *cp2; int tf; tbuf = bp; @@ -307,7 +306,6 @@ tdecode(register char *str, char **area) { register char *cp; register int c; - int i; cp = *area; while (c = *str++) { |