Skip to content

Commit

Permalink
[llvm-readobj] Delete unused declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
MaskRay committed Dec 6, 2020
1 parent 9c53b2a commit 71d43d3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion llvm/tools/llvm-readobj/COFFDumper.cpp
Expand Up @@ -128,7 +128,6 @@ class COFFDumper : public ObjDumper {

void printCodeViewSymbolSection(StringRef SectionName, const SectionRef &Section);
void printCodeViewTypeSection(StringRef SectionName, const SectionRef &Section);
StringRef getTypeName(TypeIndex Ty);
StringRef getFileNameForFileOffset(uint32_t FileOffset);
void printFileNameForOffset(StringRef Label, uint32_t FileOffset);
void printTypeIndex(StringRef FieldName, TypeIndex TI) {
Expand Down

0 comments on commit 71d43d3

Please sign in to comment.