Skip to content

Commit 9cf256c

Browse files
author
Eduardo Manuel Velarde Polar
committed
Delete DacpHillClimbingLogEntry in dacprivate.h
1 parent 8064d92 commit 9cf256c

1 file changed

Lines changed: 0 additions & 15 deletions

File tree

src/coreclr/inc/dacprivate.h

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -649,20 +649,6 @@ struct MSLAYOUT DacpWorkRequestData
649649
}
650650
};
651651

652-
struct MSLAYOUT DacpHillClimbingLogEntry
653-
{
654-
DWORD TickCount = 0;
655-
int Transition = 0;
656-
int NewControlSetting = 0;
657-
int LastHistoryCount = 0;
658-
double LastHistoryMean = 0;
659-
660-
HRESULT Request(ISOSDacInterface *sos, CLRDATA_ADDRESS entry)
661-
{
662-
return sos->GetHillClimbingLogEntry(entry, this);
663-
}
664-
};
665-
666652

667653
// Used for CLR versions >= 4.0
668654
struct MSLAYOUT DacpThreadpoolData
@@ -1070,7 +1056,6 @@ static_assert(sizeof(DacpMethodTableTransparencyData) == 0xc, "Dacp structs cann
10701056
static_assert(sizeof(DacpThreadLocalModuleData) == 0x30, "Dacp structs cannot be modified due to backwards compatibility.");
10711057
static_assert(sizeof(DacpCOMInterfacePointerData) == 0x18, "Dacp structs cannot be modified due to backwards compatibility.");
10721058
static_assert(sizeof(DacpMethodDescTransparencyData) == 0xc, "Dacp structs cannot be modified due to backwards compatibility.");
1073-
static_assert(sizeof(DacpHillClimbingLogEntry) == 0x18, "Dacp structs cannot be modified due to backwards compatibility.");
10741059
static_assert(sizeof(DacpGenerationData) == 0x20, "Dacp structs cannot be modified due to backwards compatibility.");
10751060
static_assert(sizeof(DacpGcHeapDetails) == 0x120, "Dacp structs cannot be modified due to backwards compatibility.");
10761061
static_assert(sizeof(DacpOomData) == 0x38, "Dacp structs cannot be modified due to backwards compatibility.");

0 commit comments

Comments
 (0)