EXIT_FAILURE being defined is already handled in system.h
This commit is contained in:
parent
b805731ce3
commit
b3dcc48824
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue