mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Remove an unused variable: `sb' in fts_read().
This commit is contained in:
parent
d3701b0441
commit
02ba3221ff
2 changed files with 0 additions and 2 deletions
|
|
@ -273,7 +273,6 @@ FTSENT *
|
|||
fts_read(sp)
|
||||
FTS *sp;
|
||||
{
|
||||
struct stat sb;
|
||||
FTSENT *p, *tmp;
|
||||
int instr;
|
||||
char *t;
|
||||
|
|
|
|||
|
|
@ -273,7 +273,6 @@ FTSENT *
|
|||
fts_read(sp)
|
||||
FTS *sp;
|
||||
{
|
||||
struct stat sb;
|
||||
FTSENT *p, *tmp;
|
||||
int instr;
|
||||
char *t;
|
||||
|
|
|
|||
Loading…
Reference in a new issue