* lib-stream.c: remove an unused variable.

This commit is contained in:
Sam Hocevar 2008-07-15 20:15:53 +00:00 committed by sam
parent cacdf20050
commit 2064bc7fcf

View File

@ -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);