Skip to content

Commit b2d3c7b

Browse files
[DWARF] Remove unused declaration verifyIndexes
The declaration was added without a corresponding function definition by: commit 0d8cb8b Author: David Blaikie <[email protected]> Date: Thu May 5 18:09:34 2022 +0000
1 parent f2517cb commit b2d3c7b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/include/llvm/DebugInfo/DWARF/DWARFVerifier.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,6 @@ class DWARFVerifier {
156156
unsigned verifyUnitSection(const DWARFSection &S);
157157
unsigned verifyUnits(const DWARFUnitVector &Units);
158158

159-
unsigned verifyIndexes(const DWARFObject &DObj);
160159
unsigned verifyIndex(StringRef Name, DWARFSectionKind SectionKind,
161160
StringRef Index);
162161

0 commit comments

Comments
 (0)