remove renamed method.
authorChris Lattner <sabre@nondot.org>
Tue, 14 Jul 2009 06:22:15 +0000 (06:22 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 14 Jul 2009 06:22:15 +0000 (06:22 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75620 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Support/Mangler.h

index 95ff110c999e58969a05a676912f53e626ab3d22..0578f8f2b47a828b271d33525bbc9d44016f0b73 100644 (file)
@@ -89,10 +89,6 @@ public:
   ///
   std::string getMangledName(const GlobalValue *V, const char *Suffix = "",
                              bool ForcePrivate = false);
-  
-  std::string getValueName(const GlobalValue *V, const char *Suffix = "") {
-    return getMangledName(V, Suffix);
-  }
 
   /// makeNameProper - We don't want identifier names with ., space, or
   /// - in them, so we mangle these characters into the strings "d_",