forked from aniani/vim
patch 9.1.0600: Unused function and unused error constants
Problem: unused function typval_compare_class() and error constants Solution: remove function typval_compare_class() and ifdef out unused error constants (Dominique Pellé) closes: #15299 Signed-off-by: Dominique Pellé <dominique.pelle@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
committed by
Christian Brabandt
parent
aef6179bcf
commit
1165f7850b
@@ -704,6 +704,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
600,
|
||||
/**/
|
||||
599,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user