about summary refs log tree commit diff
path: root/misc/error.c
diff options
context:
space:
mode:
Diffstat (limited to 'misc/error.c')
-rw-r--r--misc/error.c1
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;