summaryrefslogtreecommitdiff
path: root/lib/xalloc-die.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/xalloc-die.c')
-rw-r--r--lib/xalloc-die.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/xalloc-die.c b/lib/xalloc-die.c
index a714e43fc4..aba4a068d0 100644
--- a/lib/xalloc-die.c
+++ b/lib/xalloc-die.c
@@ -22,10 +22,7 @@
#include <stdlib.h>
-#ifndef GNULIB_LIBPOSIX
#include "error.h"
-#endif
-
#include "exitfail.h"
#include "gettext.h"
@@ -34,9 +31,7 @@
void
xalloc_die (void)
{
-#ifndef GNULIB_LIBPOSIX
error (exit_failure, 0, "%s", _("memory exhausted"));
-#endif
/* The `noreturn' cannot be given to error, since it may return if
its first argument is 0. To help compilers understand the