Remove the warning about Implicit boxing during crossgen (dotnet/coreclr#12274)
authorBrian Sullivan <briansul@microsoft.com>
Wed, 14 Jun 2017 19:57:20 +0000 (12:57 -0700)
committerJan Kotas <jkotas@microsoft.com>
Wed, 14 Jun 2017 19:57:20 +0000 (12:57 -0700)
Commit migrated from https://github.com/dotnet/coreclr/commit/2ffe2ba52989a224a524027227509acf1735ca96

src/coreclr/src/zap/zapinfo.cpp

index 554783f..3e4a180 100644 (file)
@@ -2131,7 +2131,6 @@ void ZapInfo::getCallInfo(CORINFO_RESOLVED_TOKEN * pResolvedToken,
         if (pResult->thisTransform == CORINFO_BOX_THIS)
         {
             // READYTORUN: FUTURE: Optionally create boxing stub at runtime
-            m_zapper->Warning(W("ReadyToRun: Implicit boxing for calls to constrained methods not supported\n"));
             ThrowHR(E_NOTIMPL);
         }
     }