diff options
author | Christopher Faylor <me@cgf.cx> | 2001-10-05 04:37:33 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2001-10-05 04:37:33 +0000 |
commit | b3fa795ab9fd13deaef9cc7a86cc3d45d40a99e1 (patch) | |
tree | a875fb27d70a29d52184db203ed78778800fab38 /winsup/cygwin/debug.h | |
parent | f978840beefd9d0ac3fb9a26f5440eb9b20584c9 (diff) | |
download | cygnal-b3fa795ab9fd13deaef9cc7a86cc3d45d40a99e1.tar.gz cygnal-b3fa795ab9fd13deaef9cc7a86cc3d45d40a99e1.tar.bz2 cygnal-b3fa795ab9fd13deaef9cc7a86cc3d45d40a99e1.zip |
Revert incorrect checkins.
Diffstat (limited to 'winsup/cygwin/debug.h')
-rw-r--r-- | winsup/cygwin/debug.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/winsup/cygwin/debug.h b/winsup/cygwin/debug.h index fdd3d3ccd..8323e617a 100644 --- a/winsup/cygwin/debug.h +++ b/winsup/cygwin/debug.h @@ -13,12 +13,6 @@ details. */ #include "dlmalloc.h" #define MALLOC_CHECK ({\ debug_printf ("checking malloc pool");\ - free (malloc (20));\ - free (malloc (128));\ - free (malloc (4096));\ - free (malloc (16384));\ - free (malloc (32768));\ - free (malloc (65536));\ (void)mallinfo ();\ }) #endif |