From: Brian Sullivan Date: Wed, 14 Jun 2017 19:57:20 +0000 (-0700) Subject: Remove the warning about Implicit boxing during crossgen (dotnet/coreclr#12274) X-Git-Tag: submit/tizen/20210909.063632~11030^2~6925^2~437 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9fa7bedaf0e4325d4c5d803c0186899963631711;p=platform%2Fupstream%2Fdotnet%2Fruntime.git Remove the warning about Implicit boxing during crossgen (dotnet/coreclr#12274) Commit migrated from https://github.com/dotnet/coreclr/commit/2ffe2ba52989a224a524027227509acf1735ca96 --- diff --git a/src/coreclr/src/zap/zapinfo.cpp b/src/coreclr/src/zap/zapinfo.cpp index 554783f..3e4a180 100644 --- a/src/coreclr/src/zap/zapinfo.cpp +++ b/src/coreclr/src/zap/zapinfo.cpp @@ -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); } }