EXIT_FAILURE being defined is already handled in system.h

This commit is contained in:
Panu Matilainen 2009-09-17 12:51:28 +03:00
parent b805731ce3
commit b3dcc48824
1 changed files with 0 additions and 4 deletions

View File

@ -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;