File tree 1 file changed +0
-6
lines changed
1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -5405,12 +5405,8 @@ void CEEInfo::getCallInfo(
5405
5405
// (c) constraint calls that require runtime context lookup are never resolved
5406
5406
// to underlying shared generic code
5407
5407
5408
- bool unresolvedLdVirtFtn = (flags & CORINFO_CALLINFO_LDFTN) && (flags & CORINFO_CALLINFO_CALLVIRT) && !resolvedCallVirt;
5409
-
5410
5408
if (((pResult->exactContextNeedsRuntimeLookup && pTargetMD->IsInstantiatingStub () && (!allowInstParam || fResolvedConstraint )) || fForceUseRuntimeLookup ))
5411
5409
{
5412
- _ASSERTE (!m_pMethodBeingCompiled->IsDynamicMethod ());
5413
-
5414
5410
pResult->kind = CORINFO_CALL_CODE_POINTER;
5415
5411
5416
5412
DictionaryEntryKind entryKind;
@@ -5477,8 +5473,6 @@ void CEEInfo::getCallInfo(
5477
5473
5478
5474
if (pResult->exactContextNeedsRuntimeLookup )
5479
5475
{
5480
- _ASSERTE (!m_pMethodBeingCompiled->IsDynamicMethod ());
5481
-
5482
5476
ComputeRuntimeLookupForSharedGenericToken (fIsStaticVirtualMethod ? ConstrainedMethodEntrySlot : DispatchStubAddrSlot,
5483
5477
pResolvedToken,
5484
5478
pConstrainedResolvedToken,
You can’t perform that action at this time.
0 commit comments