Remove unused variables
This commit is contained in:
parent
1e0ae120f5
commit
3487fc5d49
@ -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…
Reference in New Issue
Block a user