From 09092155a66388bbd7be8d16debb35abfcfae700 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sun, 8 Aug 2010 16:38:42 +0200 Subject: Remove unused code. --- src/syntax.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/syntax.c') diff --git a/src/syntax.c b/src/syntax.c index 802ebec53..fbc123cc1 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; } -- cgit v1.2.1