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:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user