* lib-stream.c: remove an unused variable.
This commit is contained in:
parent
cacdf20050
commit
2064bc7fcf
@ -638,7 +638,7 @@ char *NEW(fgetln)(FILE *stream, size_t *len)
|
||||
int NEW(__srefill)(FILE *fp)
|
||||
{
|
||||
off_t newpos;
|
||||
int ret, fd, tmp;
|
||||
int ret, fd;
|
||||
|
||||
LOADSYM(__srefill);
|
||||
fd = fileno(fp);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user