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

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Kotas <jkotas@microsoft.com>2015-12-09 02:23:03 +0300
committerJan Kotas <jkotas@microsoft.com>2015-12-09 02:23:03 +0300
commit3e646098df4a8678f02f03002085cfabd58c93bf (patch)
tree610b43407f3f248befedf3336c2b7c9dc5f2eaaf /src/Native
parentc454d0e359390e6d80e0413916fc82bcac8e0ea3 (diff)
Delete superfluous PalPrintfs
Diffstat (limited to 'src/Native')
-rw-r--r--src/Native/Runtime/gcrhscan.cpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/Native/Runtime/gcrhscan.cpp b/src/Native/Runtime/gcrhscan.cpp
index 89ff8b69d..bb1bf397c 100644
--- a/src/Native/Runtime/gcrhscan.cpp
+++ b/src/Native/Runtime/gcrhscan.cpp
@@ -34,13 +34,11 @@ void EnumAllStaticGCRefs(EnumGcRefCallbackFunc * fn, EnumGcRefScanContext * sc)
}
/*
- * Scan all stack roots in this 'namespace'
+ * Scan all stack and statics roots
*/
VOID GCToEEInterface::GcScanRoots(EnumGcRefCallbackFunc * fn, int condemned, int max_gen, EnumGcRefScanContext * sc)
{
- PalPrintf("CNameSpace::GcScanRoots\n");
-
// STRESS_LOG1(LF_GCROOTS, LL_INFO10, "GCScan: Phase = %s\n", sc->promotion ? "promote" : "relocate");
FOREACH_THREAD(pThread)
@@ -90,8 +88,6 @@ VOID GCToEEInterface::GcScanRoots(EnumGcRefCallbackFunc * fn, int condemned, in
void GCToEEInterface::GcEnumAllocContexts (enum_alloc_context_func* fn, void* param)
{
- PalPrintf("CNameSpace::GcEnumAllocContexts\n");
-
if (GCHeap::UseAllocationContexts())
{
FOREACH_THREAD(thread)