mirror of
https://git.FreeBSD.org/src.git
synced 2025-02-08 03:33:25 +00:00
Remove unused variables
This commit is contained in:
parent
1e0ae120f5
commit
3487fc5d49
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=282454
@ -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++) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user