From 03812041d8d9075e730d71100d59384b404dfb79 Mon Sep 17 00:00:00 2001 From: Sourabh Singh Tomar Date: Tue, 1 Sep 2020 15:56:47 +0530 Subject: [PATCH] [NFCI] Removed an un-used declaration got accidentally introduced in f91d18eaa946b2d2ea5a9 --- llvm/lib/CodeGen/AsmPrinter/DebugLocEntry.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/llvm/lib/CodeGen/AsmPrinter/DebugLocEntry.h b/llvm/lib/CodeGen/AsmPrinter/DebugLocEntry.h index 4d145c9..36278f2 100644 --- a/llvm/lib/CodeGen/AsmPrinter/DebugLocEntry.h +++ b/llvm/lib/CodeGen/AsmPrinter/DebugLocEntry.h @@ -178,9 +178,6 @@ public: DebugLocStream::ListBuilder &List, const DIBasicType *BT, DwarfCompileUnit &TheCU); - - void finalize(const AsmPrinter &AP, DebugLocStream::ListBuilder &List, - const DIStringType *ST); }; /// Compare two DbgValueLocs for equality. -- 2.7.4