From b3dcc48824c6ddefdfe784148f3a5da0bd60ed90 Mon Sep 17 00:00:00 2001 From: Panu Matilainen Date: Thu, 17 Sep 2009 12:51:28 +0300 Subject: EXIT_FAILURE being defined is already handled in system.h --- rpmio/rpmmalloc.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'rpmio') 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; -- cgit v1.2.3