summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/debug.h
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2016-04-01 14:04:09 +0200
committerCorinna Vinschen <corinna@vinschen.de>2016-04-01 14:04:09 +0200
commit8e732f7f7f684f22b283f39a5d407375b3b0b3af (patch)
tree3248657c372a441ac687bb2953acb2879e5d1d94 /winsup/cygwin/debug.h
parentb259af51b8c20850835f02d2db7b2f9c26203acc (diff)
downloadcygnal-8e732f7f7f684f22b283f39a5d407375b3b0b3af.tar.gz
cygnal-8e732f7f7f684f22b283f39a5d407375b3b0b3af.tar.bz2
cygnal-8e732f7f7f684f22b283f39a5d407375b3b0b3af.zip
Remove MALLOC_CHECK and calls to it entirely
MALLOC_CHECK got useless with commit b259af5. Remove it throughout. Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
Diffstat (limited to 'winsup/cygwin/debug.h')
-rw-r--r--winsup/cygwin/debug.h2
1 files changed, 0 insertions, 2 deletions
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_