summaryrefslogtreecommitdiffstats
path: root/cmd-set-option.c
diff options
context:
space:
mode:
authornicm <nicm>2019-04-23 20:36:55 +0000
committernicm <nicm>2019-04-23 20:36:55 +0000
commit772b3b7a06ceba64933cb3a9dfff61e56c229a74 (patch)
treeb39ae35756cf031dd8e7390f7f0882eb96a78e5a /cmd-set-option.c
parent564e44adc6816282cd40d59d1bc642937e53dc54 (diff)
Indicate an array option with a flag rather than a special type so that
in future will not have to be strings.
Diffstat (limited to 'cmd-set-option.c')
-rw-r--r--cmd-set-option.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/cmd-set-option.c b/cmd-set-option.c
index 96428d73..edeb8385 100644
--- a/cmd-set-option.c
+++ b/cmd-set-option.c
@@ -366,8 +366,6 @@ cmd_set_option_set(struct cmd *self, struct cmdq_item *item, struct options *oo,
return (-1);
}
return (0);
- case OPTIONS_TABLE_ARRAY:
- break;
}
return (-1);
}