From: hniksic Date: Fri, 23 Nov 2001 05:01:32 +0000 (-0800) Subject: [svn] Remove accidentally committed DEBUG_MALLOC. X-Git-Tag: v1.13~2051 X-Git-Url: http://sjero.net/git/?p=wget;a=commitdiff_plain;h=8e082d25586824af05bf9cccbc0a47aed3db22df [svn] Remove accidentally committed DEBUG_MALLOC. --- 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