diff options
Diffstat (limited to 'libglusterfs/src/common-utils.h')
-rw-r--r-- | libglusterfs/src/common-utils.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/libglusterfs/src/common-utils.h b/libglusterfs/src/common-utils.h index b11e3043f..ab230993a 100644 --- a/libglusterfs/src/common-utils.h +++ b/libglusterfs/src/common-utils.h @@ -68,11 +68,6 @@ void trap (void); #define GF_UNIT_PB_STRING "PB" -#define ERR_ABORT(ptr) \ - if (ptr == NULL) { \ - abort (); \ - } - enum _gf_boolean { _gf_false = 0, |