summaryrefslogtreecommitdiff
path: root/src/vm/frames.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/vm/frames.cpp')
-rw-r--r--src/vm/frames.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/vm/frames.cpp b/src/vm/frames.cpp
index 38815bf757..4ca2e92610 100644
--- a/src/vm/frames.cpp
+++ b/src/vm/frames.cpp
@@ -1967,10 +1967,6 @@ void ContextTransitionFrame::GcScanRoots(promote_func *fn, ScanContext* sc)
{
WRAPPER_NO_CONTRACT;
- // Don't check app domains here - m_ReturnExecutionContext is in the parent frame's app domain
- (*fn)(dac_cast<PTR_PTR_Object>(PTR_HOST_MEMBER_TADDR(ContextTransitionFrame, this, m_ReturnExecutionContext)), sc, 0);
- LOG((LF_GC, INFO3, " " FMT_ADDR "\n", DBG_ADDR(m_ReturnExecutionContext) ));
-
// Don't check app domains here - m_LastThrownObjectInParentContext is in the parent frame's app domain
(*fn)(dac_cast<PTR_PTR_Object>(PTR_HOST_MEMBER_TADDR(ContextTransitionFrame, this, m_LastThrownObjectInParentContext)), sc, 0);
LOG((LF_GC, INFO3, " " FMT_ADDR "\n", DBG_ADDR(m_LastThrownObjectInParentContext) ));