diff options
author | Roland McGrath <roland@hack.frob.com> | 2013-01-09 15:58:25 -0800 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2013-01-09 15:58:25 -0800 |
commit | 232f7002929098127125289783d4ffcb9c53be97 (patch) | |
tree | d6f972f77c7349054332a7990aaec29c2c56f0a1 /misc | |
parent | b5792741c8cd655d0ee4c488caabeff7b122601a (diff) | |
download | glibc-232f7002929098127125289783d4ffcb9c53be97.tar.gz |
Remove unused macro ALLOCA_LIMIT.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/error.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/misc/error.c b/misc/error.c index 40767ade83..c8e62cf9b4 100644 --- a/misc/error.c +++ b/misc/error.c @@ -130,7 +130,6 @@ error_tail (int status, int errnum, const char *message, va_list args) #if _LIBC if (_IO_fwide (stderr, 0) > 0) { -# define ALLOCA_LIMIT 2000 size_t len = strlen (message) + 1; wchar_t *wmessage = NULL; mbstate_t st; |