diff options
-rw-r--r-- | include/llvm/Support/Mangler.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/llvm/Support/Mangler.h b/include/llvm/Support/Mangler.h index 95ff110c99..0578f8f2b4 100644 --- a/include/llvm/Support/Mangler.h +++ b/include/llvm/Support/Mangler.h @@ -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_", |