summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rpmio/rpmmalloc.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/rpmio/rpmmalloc.c b/rpmio/rpmmalloc.c
index 5b26b047d..5a7183470 100644
--- a/rpmio/rpmmalloc.c
+++ b/rpmio/rpmmalloc.c
@@ -5,10 +5,6 @@
#include "system.h"
#include "debug.h"
-#if !defined(EXIT_FAILURE)
-#define EXIT_FAILURE 1
-#endif
-
static rpmMemFailFunc failfunc = NULL;
static void *failfunc_data = NULL;