forked from OSchip/llvm-project
[llvm-readobj] Delete unused declaration
This commit is contained in:
parent
9c53b2adc8
commit
71d43d314c
|
@ -128,7 +128,6 @@ private:
|
|||
|
||||
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) {
|
||||
|
|
Loading…
Reference in New Issue