File tree Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -208,9 +208,6 @@ HRESULT ClrDataAccess::EnumMemCLRStatic(IN CLRDataEnumMemoryFlags flags)
208
208
209
209
EX_TRY
210
210
{
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
-
214
211
// These two static pointers are pointed to static data of byte[]
215
212
// then run constructor in place
216
213
//
Original file line number Diff line number Diff line change @@ -101,8 +101,6 @@ const BYTE MethodDesc::s_ClassificationSizeTable[] = {
101
101
METHOD_DESC_SIZES (sizeof (NonVtableSlot) + sizeof (MethodImpl) + sizeof (NativeCodeSlot) + sizeof (AsyncMethodData)),
102
102
};
103
103
104
- const SIZE_T MethodDesc::s_ClassificationSizeTableSize = sizeof (MethodDesc::s_ClassificationSizeTable);
105
-
106
104
#ifndef FEATURE_COMINTEROP
107
105
#undef CLRToCOMCallMethodDesc
108
106
#endif
You can’t perform that action at this time.
0 commit comments