summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tools/parseopt.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/parseopt.c b/tools/parseopt.c
index 2d646ff..19a6576 100644
--- a/tools/parseopt.c
+++ b/tools/parseopt.c
@@ -709,8 +709,5 @@ parseopt_next (void)
}
while (handle_option (rc));
- if (rc == EOF || rc == '?')
- parseopt_free ();
-
return rc;
}