From 8e732f7f7f684f22b283f39a5d407375b3b0b3af Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Fri, 1 Apr 2016 14:04:09 +0200 Subject: Remove MALLOC_CHECK and calls to it entirely MALLOC_CHECK got useless with commit b259af5. Remove it throughout. Signed-off-by: Corinna Vinschen --- winsup/cygwin/debug.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'winsup/cygwin/debug.h') diff --git a/winsup/cygwin/debug.h b/winsup/cygwin/debug.h index 602ab9326..a6182b145 100644 --- a/winsup/cygwin/debug.h +++ b/winsup/cygwin/debug.h @@ -7,8 +7,6 @@ This software is a copyrighted work licensed under the terms of the Cygwin license. Please consult the file "CYGWIN_LICENSE" for details. */ -#define MALLOC_CHECK do {} while (0) - #if !defined(_DEBUG_H_) #define _DEBUG_H_ -- cgit v1.2.3