Remove USE_MCH_ERRMSG

USE_MCH_ERRMSG has never been defined, so the dead code has been removed.
This commit is contained in:
erw7
2019-06-03 09:34:23 +09:00
parent 6fad1736fb
commit f66ffc64f6
2 changed files with 2 additions and 79 deletions

View File

@@ -904,11 +904,6 @@ EXTERN disptick_T display_tick INIT(= 0);
* cursor position in Insert mode. */
EXTERN linenr_T spell_redraw_lnum INIT(= 0);
#ifdef USE_MCH_ERRMSG
// Grow array to collect error messages in until they can be displayed.
EXTERN garray_T error_ga INIT(= GA_EMPTY_INIT_VALUE);
#endif
/*
* The error messages that can be shared are included here.