summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--expac.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/expac.c b/expac.c
index 5a11a59..d89e072 100644
--- a/expac.c
+++ b/expac.c
@@ -848,9 +848,6 @@ int main(int argc, char *argv[])
}
targets = process_targets(argc, argv);
- if(targets == NULL) {
- return 1;
- }
r = expac_new(&expac, opt_config_file);
if(r < 0) {