From 8e082d25586824af05bf9cccbc0a47aed3db22df Mon Sep 17 00:00:00 2001 From: hniksic Date: Thu, 22 Nov 2001 21:01:32 -0800 Subject: [PATCH] [svn] Remove accidentally committed DEBUG_MALLOC. --- src/wget.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/wget.h b/src/wget.h index 99253a74..f0cabd16 100644 --- a/src/wget.h +++ b/src/wget.h @@ -28,8 +28,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ # define NDEBUG /* To kill off assertions */ #endif /* not DEBUG */ -#define DEBUG_MALLOC - #ifndef PARAMS # if PROTOTYPES # define PARAMS(args) args -- 2.39.2