From 772b3b7a06ceba64933cb3a9dfff61e56c229a74 Mon Sep 17 00:00:00 2001 From: nicm Date: Tue, 23 Apr 2019 20:36:55 +0000 Subject: Indicate an array option with a flag rather than a special type so that in future will not have to be strings. --- cmd-set-option.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'cmd-set-option.c') 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); } -- cgit