Remove assignment without effect in fs_cli

This commit is contained in:
Travis Cross 2013-05-27 20:47:22 +00:00
parent f00b77597f
commit a5397e5980
1 changed files with 0 additions and 2 deletions

View File

@ -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) {