Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 475f297

Browse files
committed
delete the second definition of getMethodNameFromMetadata
[tfs-changeset: 1682574]
1 parent 118218e commit 475f297

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/ToolBox/superpmi/superpmi/icorjitinfo.cpp

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1224,15 +1224,6 @@ const char* MyICJI::getMethodNameFromMetadata(CORINFO_METHOD_HANDLE ftn,
12241224
return jitInstance->mc->repGetMethodNameFromMetadata(ftn, className, namespaceName);
12251225
}
12261226

1227-
const char* MyICJI::getMethodNameFromMetadata(CORINFO_METHOD_HANDLE ftn, /* IN */
1228-
const char** className, /* OUT */
1229-
const char** namespaceName /* OUT */
1230-
)
1231-
{
1232-
jitInstance->mc->cr->AddCall("getMethodNameFromMetadata");
1233-
return jitInstance->mc->repGetMethodNameFromMetadata(ftn, className, namespaceName);
1234-
}
1235-
12361227
// this function is for debugging only. It returns a value that
12371228
// is will always be the same for a given method. It is used
12381229
// to implement the 'jitRange' functionality

0 commit comments

Comments
 (0)