Remove unused macro ALLOCA_LIMIT.

This commit is contained in:
Roland McGrath 2013-01-09 15:58:25 -08:00
parent b5792741c8
commit 232f700292
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2013-01-09 Roland McGrath <roland@hack.frob.com>
* misc/error.c (error_tail: ALLOCA_LIMIT): Remove unused macro.
2013-01-09 Siddhesh Poyarekar <siddhesh@redhat.com>
* sysdeps/s390/fpu/libm-test-ulps: Update.

View File

@ -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;