Skip to content

Commit

Permalink
Delete FEATURE_READYTORUN_COMPILER ifdef
Browse files Browse the repository at this point in the history
#103361 resurrected this long-deleted ifdef (crossgen1-specific code).
  • Loading branch information
MichalStrehovsky committed Jul 11, 2024
1 parent 2fe4afa commit b9e6cc0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/coreclr/vm/jitinterface.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1906,10 +1906,6 @@ CEEInfo::getHeapClassSize(
_ASSERTE(pMT);
_ASSERTE(!pMT->HasComponentSize());

#ifdef FEATURE_READYTORUN_COMPILER
_ASSERTE(!IsReadyToRunCompilation() || pMT->IsInheritanceChainLayoutFixedInCurrentVersionBubble());
#endif

// Add OBJECT_SIZE to account for method table pointer.
//
if (pMT->IsValueType())
Expand Down

0 comments on commit b9e6cc0

Please sign in to comment.