diff options
author | Bram Moolenaar <Bram@vim.org> | 2010-08-08 16:38:42 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2010-08-08 16:38:42 +0200 |
commit | 09092155a66388bbd7be8d16debb35abfcfae700 (patch) | |
tree | 4cbe7f4f0d5c763405f721f7f5dba08864e53ef3 /src/syntax.c | |
parent | 83687a72155c70c062c689a9c545b5cdf5ebd0b4 (diff) | |
download | vim-git-09092155a66388bbd7be8d16debb35abfcfae700.tar.gz |
Remove unused code.
Diffstat (limited to 'src/syntax.c')
-rw-r--r-- | src/syntax.c | 7 |
1 files changed, 0 insertions, 7 deletions
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; } |