delete the second definition of getMethodNameFromMetadata
authordotnet-bot <dotnet-bot@microsoft.com>
Thu, 30 Nov 2017 23:37:53 +0000 (15:37 -0800)
committerdotnet-bot <dotnet-bot@microsoft.com>
Thu, 30 Nov 2017 23:37:53 +0000 (15:37 -0800)
[tfs-changeset: 1682574]

src/ToolBox/superpmi/superpmi/icorjitinfo.cpp

index edcf2b1..fc5677c 100644 (file)
@@ -1224,15 +1224,6 @@ const char* MyICJI::getMethodNameFromMetadata(CORINFO_METHOD_HANDLE ftn,
     return jitInstance->mc->repGetMethodNameFromMetadata(ftn, className, namespaceName);
 }
 
-const char* MyICJI::getMethodNameFromMetadata(CORINFO_METHOD_HANDLE ftn,          /* IN */
-                                              const char**          className,    /* OUT */
-                                              const char**          namespaceName /* OUT */
-                                              )
-{
-    jitInstance->mc->cr->AddCall("getMethodNameFromMetadata");
-    return jitInstance->mc->repGetMethodNameFromMetadata(ftn, className, namespaceName);
-}
-
 // this function is for debugging only.  It returns a value that
 // is will always be the same for a given method.  It is used
 // to implement the 'jitRange' functionality