Remove an unused variable: `sb' in fts_read().

This commit is contained in:
Tim J. Robbins 2003-01-03 23:25:25 +00:00
parent d3701b0441
commit 02ba3221ff
2 changed files with 0 additions and 2 deletions

View file

@ -273,7 +273,6 @@ FTSENT *
fts_read(sp)
FTS *sp;
{
struct stat sb;
FTSENT *p, *tmp;
int instr;
char *t;

View file

@ -273,7 +273,6 @@ FTSENT *
fts_read(sp)
FTS *sp;
{
struct stat sb;
FTSENT *p, *tmp;
int instr;
char *t;