summaryrefslogtreecommitdiff
path: root/src/ToolBox
diff options
context:
space:
mode:
authorBruce Forstall <brucefo@microsoft.com>2017-03-20 11:45:47 -0700
committerBruce Forstall <brucefo@microsoft.com>2017-03-20 11:45:47 -0700
commit4e4105d1bad1c15bc10dce037055ea5f749d8196 (patch)
tree27cec259a95591483541f4ce4db84807f6788bc5 /src/ToolBox
parent8ada92875cba27ab5336dfad88f2ae9ffc101dad (diff)
downloadcoreclr-4e4105d1bad1c15bc10dce037055ea5f749d8196.tar.gz
coreclr-4e4105d1bad1c15bc10dce037055ea5f749d8196.tar.bz2
coreclr-4e4105d1bad1c15bc10dce037055ea5f749d8196.zip
Remove message about falling to default for MethodContext::repGetEEInfo()
[tfs-changeset: 1651465]
Diffstat (limited to 'src/ToolBox')
-rw-r--r--src/ToolBox/superpmi/superpmi-shared/methodcontext.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/ToolBox/superpmi/superpmi-shared/methodcontext.cpp b/src/ToolBox/superpmi/superpmi-shared/methodcontext.cpp
index 39bcefea59..4524e50dad 100644
--- a/src/ToolBox/superpmi/superpmi-shared/methodcontext.cpp
+++ b/src/ToolBox/superpmi/superpmi-shared/methodcontext.cpp
@@ -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
}
}