summaryrefslogtreecommitdiff
path: root/src/gc/gc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gc/gc.cpp')
-rw-r--r--src/gc/gc.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gc/gc.cpp b/src/gc/gc.cpp
index c91d2a6baf..014760aa93 100644
--- a/src/gc/gc.cpp
+++ b/src/gc/gc.cpp
@@ -23769,13 +23769,11 @@ void gc_heap::walk_plug (uint8_t* plug, size_t size, BOOL check_last_object_p, w
STRESS_LOG_PLUG_MOVE(plug, (plug + size), -last_plug_relocation);
-#ifdef FEATURE_EVENT_TRACE
ETW::GCLog::MovedReference(plug,
(plug + size),
reloc,
profiling_context,
settings.compaction);
-#endif
if (check_last_object_p)
{