summaryrefslogtreecommitdiffstats
path: root/src/syntax.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/syntax.c')
-rw-r--r--src/syntax.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/syntax.c b/src/syntax.c
index 802ebec539..fbc123cc1e 100644
--- a/src/syntax.c
+++ b/src/syntax.c
@@ -4509,13 +4509,6 @@ get_syn_options(arg, opt, conceal_char)
}
else if (flagtab[fidx].argtype == 2)
{
-#if 0 /* cannot happen */
- if (opt->cont_in_list == NULL)
- {
- EMSG(_("E396: containedin argument not accepted here"));
- return NULL;
- }
-#endif
if (get_id_list(&arg, 11, &opt->cont_in_list) == FAIL)
return NULL;
}