Remove assignment without effect in fs_cli
This commit is contained in:
parent
f00b77597f
commit
a5397e5980
|
@ -1406,8 +1406,6 @@ int main(int argc, char *argv[])
|
|||
print_banner(stdout, is_color);
|
||||
usage(argv[0]);
|
||||
return 0;
|
||||
default:
|
||||
opt = 0;
|
||||
}
|
||||
}
|
||||
if (argv_error) {
|
||||
|
|
Loading…
Reference in New Issue