From: Eric Christopher Date: Fri, 16 Sep 2016 07:32:58 +0000 (+0000) Subject: Remove unused function getMang(). X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2ce67fb75a9182bd34d9b5f6fa55af28c4cc1789;p=llvm Remove unused function getMang(). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@281707 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/X86/X86MCInstLower.cpp b/lib/Target/X86/X86MCInstLower.cpp index c86f15a0bd2..52c0551dfee 100644 --- a/lib/Target/X86/X86MCInstLower.cpp +++ b/lib/Target/X86/X86MCInstLower.cpp @@ -68,9 +68,6 @@ public: private: MachineModuleInfoMachO &getMachOMMI() const; - Mangler *getMang() const { - return AsmPrinter.Mang; - } }; } // end anonymous namespace