diff options
author | Alexander Bolodurin <alexander.bolodurin@gmail.com> | 2014-03-01 18:49:20 +1100 |
---|---|---|
committer | Thiago de Arruda <tpadilha84@gmail.com> | 2014-03-03 09:50:41 -0300 |
commit | d8b37824b5f3ea3d024911419559f4dfc7e8e40b (patch) | |
tree | d50bbb2bb3707fd2acda65636674f3c0ce6d907b /src/os_unix.h | |
parent | fcbfd57d1f1dd78d7a784630eb5275b857174a1d (diff) | |
download | rneovim-d8b37824b5f3ea3d024911419559f4dfc7e8e40b.tar.gz rneovim-d8b37824b5f3ea3d024911419559f4dfc7e8e40b.tar.bz2 rneovim-d8b37824b5f3ea3d024911419559f4dfc7e8e40b.zip |
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.
Diffstat (limited to 'src/os_unix.h')
-rw-r--r-- | src/os_unix.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/os_unix.h b/src/os_unix.h index 79cabd0edf..02591f725f 100644 --- a/src/os_unix.h +++ b/src/os_unix.h @@ -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); |