Skip to content

Commit ced3bed

Browse files
committed
Cleanup comments
1 parent da7bf30 commit ced3bed

File tree

2 files changed

+1
-13
lines changed

2 files changed

+1
-13
lines changed

src/coreclr/vm/frames.cpp

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1773,16 +1773,6 @@ BOOL TransitionFrame::Protects_Impl(OBJECTREF * ppORef)
17731773
}
17741774
#endif //defined (_DEBUG) && !defined (DACCESS_COMPILE)
17751775

1776-
//+----------------------------------------------------------------------------
1777-
//
1778-
// Method: TPMethodFrame::GcScanRoots public
1779-
//
1780-
// Synopsis: GC protects arguments on the stack
1781-
//
1782-
1783-
//
1784-
//+----------------------------------------------------------------------------
1785-
17861776
#ifdef FEATURE_COMINTEROP
17871777

17881778
#ifdef TARGET_X86

src/coreclr/vm/frames.h

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,6 @@
7474
// | | call count threshold is reached
7575
// | |
7676
// | +-ExternalMethodFrame - represents a call from an ExternalMethdThunk
77-
// | |
78-
// | +-TPMethodFrame - for calls on transparent proxy
7977
// |
8078
#ifdef FEATURE_COMINTEROP
8179
// +-UnmanagedToManagedFrame - this frame represents a transition from
@@ -1230,7 +1228,7 @@ class FramedMethodFrame : public TransitionFrame
12301228
{
12311229
#ifdef TARGET_AMD64
12321230
// Floating point spill area is between return value and transition block for frames that need it
1233-
// (code:TPMethodFrame and code:CLRToCOMMethodFrame)
1231+
// (code:CLRToCOMMethodFrame)
12341232
return -(4 * 0x10 /* floating point args */ + 0x8 /* alignment pad */ + TransitionBlock::GetNegSpaceSize()) + (iArg * 0x10);
12351233
#endif
12361234
}

0 commit comments

Comments
 (0)