find(1): remove unused variable
This commit is contained in:
parent
14767bd616
commit
c305c18ed1
@ -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;
|
||||
|
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user