[NFCI] Removed an un-used declaration got accidentally introduced in f91d18eaa946b2d2...
authorSourabh Singh Tomar <SourabhSingh.Tomar@amd.com>
Tue, 1 Sep 2020 10:26:47 +0000 (15:56 +0530)
committerSourabh Singh Tomar <SourabhSingh.Tomar@amd.com>
Tue, 1 Sep 2020 10:29:04 +0000 (15:59 +0530)
llvm/lib/CodeGen/AsmPrinter/DebugLocEntry.h

index 4d145c9..36278f2 100644 (file)
@@ -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.