[llvm] 0381204 - [NFCI] Removed an un-used declaration got accidentally introduced in f91d18eaa946b2d2ea5a9
Sourabh Singh Tomar via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 1 03:29:46 PDT 2020
Author: Sourabh Singh Tomar
Date: 2020-09-01T15:59:04+05:30
New Revision: 03812041d8d9075e730d71100d59384b404dfb79
URL: https://github.com/llvm/llvm-project/commit/03812041d8d9075e730d71100d59384b404dfb79
DIFF: https://github.com/llvm/llvm-project/commit/03812041d8d9075e730d71100d59384b404dfb79.diff
LOG: [NFCI] Removed an un-used declaration got accidentally introduced in f91d18eaa946b2d2ea5a9
Added:
Modified:
llvm/lib/CodeGen/AsmPrinter/DebugLocEntry.h
Removed:
################################################################################
diff --git a/llvm/lib/CodeGen/AsmPrinter/DebugLocEntry.h b/llvm/lib/CodeGen/AsmPrinter/DebugLocEntry.h
index 4d145c9f80aa..36278f2e9e2d 100644
--- a/llvm/lib/CodeGen/AsmPrinter/DebugLocEntry.h
+++ b/llvm/lib/CodeGen/AsmPrinter/DebugLocEntry.h
@@ -178,9 +178,6 @@ class DebugLocEntry {
DebugLocStream::ListBuilder &List,
const DIBasicType *BT,
DwarfCompileUnit &TheCU);
-
- void finalize(const AsmPrinter &AP, DebugLocStream::ListBuilder &List,
- const DIStringType *ST);
};
/// Compare two DbgValueLocs for equality.
More information about the llvm-commits
mailing list