find(1): remove unused variable

This commit is contained in:
Eitan Adler 2017-12-13 03:36:33 +00:00
parent 14767bd616
commit c305c18ed1
2 changed files with 1 additions and 2 deletions

View File

@ -116,7 +116,7 @@ exec_f f_sparse;
exec_f f_type;
exec_f f_user;
extern int ftsoptions, ignore_readdir_race, isdeprecated, isdepth, isoutput;
extern int ftsoptions, ignore_readdir_race, isdepth, isoutput;
extern int issort, isxargs;
extern int mindepth, maxdepth;
extern int regexp_flags;

View File

@ -67,7 +67,6 @@ time_t now; /* time find was run */
int dotfd; /* starting directory */
int ftsoptions; /* options for the ftsopen(3) call */
int ignore_readdir_race; /* ignore readdir race */
int isdeprecated; /* using deprecated syntax */
int isdepth; /* do directories on post-order visit */
int isoutput; /* user specified output operator */
int issort; /* do hierarchies in lexicographical order */