summaryrefslogtreecommitdiffstats
path: root/src/syntax.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2010-08-08 16:38:42 +0200
committerBram Moolenaar <Bram@vim.org>2010-08-08 16:38:42 +0200
commit09092155a66388bbd7be8d16debb35abfcfae700 (patch)
tree4cbe7f4f0d5c763405f721f7f5dba08864e53ef3 /src/syntax.c
parent83687a72155c70c062c689a9c545b5cdf5ebd0b4 (diff)
Remove unused code.
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;
}