From 4ae1bb193a596d5dab8e4e6acfcc081972b166a3 Mon Sep 17 00:00:00 2001 From: Simon Pilgrim Date: Wed, 16 Sep 2020 18:52:28 +0100 Subject: [PATCH] [AsmPrinter] Remove orphan DwarfUnit::shareAcrossDWOCUs declaration. NFCI. Method implementation no longer exists. --- llvm/lib/CodeGen/AsmPrinter/DwarfUnit.h | 1 - 1 file changed, 1 deletion(-) diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfUnit.h b/llvm/lib/CodeGen/AsmPrinter/DwarfUnit.h index 4cd66fb..63a1e5a 100644 --- a/llvm/lib/CodeGen/AsmPrinter/DwarfUnit.h +++ b/llvm/lib/CodeGen/AsmPrinter/DwarfUnit.h @@ -74,7 +74,6 @@ protected: bool applySubprogramDefinitionAttributes(const DISubprogram *SP, DIE &SPDie); - bool shareAcrossDWOCUs() const; bool isShareableAcrossCUs(const DINode *D) const; public: -- 2.7.4