diff options
author | Bram Moolenaar <Bram@vim.org> | 2010-08-08 16:38:42 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2010-08-08 16:38:42 +0200 |
commit | 09092155a66388bbd7be8d16debb35abfcfae700 (patch) | |
tree | 4cbe7f4f0d5c763405f721f7f5dba08864e53ef3 /src/os_unix.c | |
parent | 83687a72155c70c062c689a9c545b5cdf5ebd0b4 (diff) | |
download | vim-git-09092155a66388bbd7be8d16debb35abfcfae700.tar.gz |
Remove unused code.
Diffstat (limited to 'src/os_unix.c')
-rw-r--r-- | src/os_unix.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/os_unix.c b/src/os_unix.c index 6d4d499d8..a82c65dcb 100644 --- a/src/os_unix.c +++ b/src/os_unix.c @@ -669,12 +669,6 @@ mch_delay(msec, ignoreinput) WaitForChar(msec); } -#if 0 /* disabled, no longer needed now that regmatch() is not recursive */ -# if defined(HAVE_GETRLIMIT) -# define HAVE_STACK_LIMIT -# endif -#endif - #if defined(HAVE_STACK_LIMIT) \ || (!defined(HAVE_SIGALTSTACK) && defined(HAVE_SIGSTACK)) # define HAVE_CHECK_STACK_GROWTH |