eliminate dead code

pull/3/head
rofl0r 2012-01-27 17:48:41 +01:00
parent b618a4ece3
commit cce902b301
1 changed files with 0 additions and 4 deletions

View File

@ -88,10 +88,6 @@ int main(int argc, char *argv[]) {
else
return usage(argv);
if(!path) {
fprintf(stderr, "error: no path supplied.\n");
return EXIT_FAILURE;
}
start_argv += 2;
}
} else