mirror of
https://git.busybox.net/busybox
synced 2026-02-07 20:50:26 +00:00
This was redundant
This commit is contained in:
parent
269e07cadc
commit
3e07541e5f
2 changed files with 0 additions and 2 deletions
|
|
@ -689,7 +689,6 @@ extern int ls_main(int argc, char **argv)
|
|||
#endif
|
||||
nfiles=0;
|
||||
|
||||
applet_name= argv[0];
|
||||
/* process options */
|
||||
while ((opt = getopt(argc, argv, "1AaCdgilnsx"
|
||||
#ifdef BB_FEATURE_AUTOWIDTH
|
||||
|
|
|
|||
1
ls.c
1
ls.c
|
|
@ -689,7 +689,6 @@ extern int ls_main(int argc, char **argv)
|
|||
#endif
|
||||
nfiles=0;
|
||||
|
||||
applet_name= argv[0];
|
||||
/* process options */
|
||||
while ((opt = getopt(argc, argv, "1AaCdgilnsx"
|
||||
#ifdef BB_FEATURE_AUTOWIDTH
|
||||
|
|
|
|||
Loading…
Reference in a new issue