Remove some old cruft.
This commit is contained in:
+1
-1
@@ -298,7 +298,7 @@ void do_files(int i, int argc, char *argv[])
|
||||
unlink_ofile(oname);
|
||||
if (opt->verbose >= 1 || (opt->verbose >= 0 && !e.isWarning()))
|
||||
printErr(iname,&e);
|
||||
set_ec(e.isWarning() ? EXIT_WARN : EXIT_ERROR);
|
||||
set_exit_code(e.isWarning() ? EXIT_WARN : EXIT_ERROR);
|
||||
} catch (const Error &e) {
|
||||
unlink_ofile(oname);
|
||||
printErr(iname,&e);
|
||||
|
||||
Reference in New Issue
Block a user