Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Apply suggestions from code review
Co-authored-by: Jeremy Koritzinsky <[email protected]>
  • Loading branch information
davidwrighton and jkoritzinsky authored Aug 19, 2022
commit 81c4439e3a33dc32b5dbd4f81222cbb779fd1407
4 changes: 0 additions & 4 deletions src/coreclr/vm/classlayoutinfo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -330,10 +330,6 @@ namespace

BOOL TypeHasInt128Field(CorElementType corElemType, TypeHandle pNestedType)
{
if (CorTypeInfo::IsPrimitiveType(corElemType) || corElemType == ELEMENT_TYPE_PTR || corElemType == ELEMENT_TYPE_FNPTR)
{
return FALSE;
}
if (corElemType == ELEMENT_TYPE_VALUETYPE)
{
_ASSERTE(!pNestedType.IsNull());
Expand Down