0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

Remove unused code.

This commit is contained in:
Bram Moolenaar
2010-08-08 16:38:42 +02:00
parent 83687a7215
commit 09092155a6
31 changed files with 15 additions and 714 deletions

View File

@@ -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;
}