Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/shared.cc')
-rw-r--r--winsup/cygwin/shared.cc6
1 files changed, 0 insertions, 6 deletions
diff --git a/winsup/cygwin/shared.cc b/winsup/cygwin/shared.cc
index 4c4b7bc72..4e54a7558 100644
--- a/winsup/cygwin/shared.cc
+++ b/winsup/cygwin/shared.cc
@@ -253,9 +253,6 @@ shared_info::heap_slop_size ()
heap_slop = 0;
else
heap_slop <<= 20;
-#ifdef DEBUGGING
- system_printf ("fixed heap slop is %p", heap_slop);
-#endif
}
return heap_slop;
@@ -287,9 +284,6 @@ shared_info::heap_chunk_size ()
heap_chunk <<= 20;
if (!heap_chunk)
heap_chunk = 384 * 1024 * 1024;
-#ifdef DEBUGGING
- system_printf ("fixed heap size is %u", heap_chunk);
-#endif
}
return heap_chunk;