Skip to content

Commit

Permalink
[DWARF] Remove unused declaration verifyIndexes
Browse files Browse the repository at this point in the history
The declaration was added without a corresponding function definition
by:

  commit 0d8cb8b
  Author: David Blaikie <dblaikie@gmail.com>
  Date:   Thu May 5 18:09:34 2022 +0000
  • Loading branch information
kazutakahirata committed Oct 20, 2023
1 parent f2517cb commit b2d3c7b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion llvm/include/llvm/DebugInfo/DWARF/DWARFVerifier.h
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,6 @@ class DWARFVerifier {
unsigned verifyUnitSection(const DWARFSection &S);
unsigned verifyUnits(const DWARFUnitVector &Units);

unsigned verifyIndexes(const DWARFObject &DObj);
unsigned verifyIndex(StringRef Name, DWARFSectionKind SectionKind,
StringRef Index);

Expand Down

0 comments on commit b2d3c7b

Please sign in to comment.