Skip to content

Commit 7d44c8e

Browse files
author
Max Charlamb
committed
Revert "MethodDesc::s_ClassificationSizeTable to heapdumps"
This reverts commit 16becb8.
1 parent 16becb8 commit 7d44c8e

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

src/coreclr/debug/daccess/enummem.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -208,9 +208,6 @@ HRESULT ClrDataAccess::EnumMemCLRStatic(IN CLRDataEnumMemoryFlags flags)
208208

209209
EX_TRY
210210
{
211-
// ClassificationSizeTable is a static array of bytes used by the cDAC to lookup MethodDesc sizes
212-
ReportMem((TADDR)&MethodDesc::s_ClassificationSizeTable, MethodDesc::s_ClassificationSizeTableSize);
213-
214211
// These two static pointers are pointed to static data of byte[]
215212
// then run constructor in place
216213
//

src/coreclr/vm/method.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,6 @@ const BYTE MethodDesc::s_ClassificationSizeTable[] = {
101101
METHOD_DESC_SIZES(sizeof(NonVtableSlot) + sizeof(MethodImpl) + sizeof(NativeCodeSlot) + sizeof(AsyncMethodData)),
102102
};
103103

104-
const SIZE_T MethodDesc::s_ClassificationSizeTableSize = sizeof(MethodDesc::s_ClassificationSizeTable);
105-
106104
#ifndef FEATURE_COMINTEROP
107105
#undef CLRToCOMCallMethodDesc
108106
#endif

0 commit comments

Comments
 (0)