Remove dead stack-checking code.

Code under HAVE_STACK_LIMIT is not used.
The definition was commented out in rev 180 of the original
Mercurial repo, and then completely removed in rev 2520,
but the code guarded by it was left in.
This commit is contained in:
Alexander Bolodurin
2014-03-01 18:49:20 +11:00
committed by Thiago de Arruda
parent fcbfd57d1f
commit d8b37824b5
2 changed files with 0 additions and 118 deletions

View File

@@ -5,7 +5,6 @@ void mch_write(char_u *s, int len);
int mch_inchar(char_u *buf, int maxlen, long wtime, int tb_change_cnt);
int mch_char_avail(void);
void mch_delay(long msec, int ignoreinput);
int mch_stackcheck(char *p);
void mch_startjmp(void);
void mch_endjmp(void);
void mch_didjmp(void);