aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--opts.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/opts.c b/opts.c
index 1ee1038..8cc3d76 100644
--- a/opts.c
+++ b/opts.c
@@ -58,8 +58,6 @@ static int process_option_group(char *arg, struct opt opts[],
remove = 0;
if (comma)
arg = comma + 1;
- }
- if (!remove_one) {
if (prevcomma)
*prevcomma = ',';
prevcomma = comma;