1
0
mirror of https://github.com/rofl0r/proxychains-ng synced 2026-05-15 01:52:34 +08:00

eliminate dead code

This commit is contained in:
rofl0r
2012-01-27 17:48:41 +01:00
Unverified
parent b618a4ece3
commit cce902b301
-4
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