Remove message about falling to default for MethodContext::repGetEEInfo()
authorBruce Forstall <brucefo@microsoft.com>
Mon, 20 Mar 2017 18:45:47 +0000 (11:45 -0700)
committerBruce Forstall <brucefo@microsoft.com>
Mon, 20 Mar 2017 18:45:47 +0000 (11:45 -0700)
[tfs-changeset: 1651465]

Commit migrated from https://github.com/dotnet/coreclr/commit/4e4105d1bad1c15bc10dce037055ea5f749d8196

src/coreclr/src/ToolBox/superpmi/superpmi-shared/methodcontext.cpp

index 39bcefe..4524e50 100644 (file)
@@ -4232,9 +4232,6 @@ void MethodContext::repGetEEInfo(CORINFO_EE_INFO *pEEInfoOut)
         pEEInfoOut->osMajor = (unsigned)0;
         pEEInfoOut->osMinor = (unsigned)0;
         pEEInfoOut->osBuild = (unsigned)0;
-#ifdef DEBUG_REP
-        printf("repGetEEInfo - fell to default params\n");
-#endif
     }
 }