From: Roland McGrath Date: Wed, 9 Jan 2013 23:58:25 +0000 (-0800) Subject: Remove unused macro ALLOCA_LIMIT. X-Git-Tag: glibc-2.18~871 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=232f7002929098127125289783d4ffcb9c53be97;p=thirdparty%2Fglibc.git Remove unused macro ALLOCA_LIMIT. --- diff --git a/ChangeLog b/ChangeLog index 3f37b84408e..dac24e99ee3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2013-01-09 Roland McGrath + + * misc/error.c (error_tail: ALLOCA_LIMIT): Remove unused macro. + 2013-01-09 Siddhesh Poyarekar * sysdeps/s390/fpu/libm-test-ulps: Update. diff --git a/misc/error.c b/misc/error.c index 40767ade830..c8e62cf9b49 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;