Author: Fangrui Song Date: 2020-12-06T15:54:17-08:00 New Revision: 71d43d314cb4b8d149268da64ca6534606082806
URL: https://github.com/llvm/llvm-project/commit/71d43d314cb4b8d149268da64ca6534606082806 DIFF: https://github.com/llvm/llvm-project/commit/71d43d314cb4b8d149268da64ca6534606082806.diff LOG: [llvm-readobj] Delete unused declaration Added: Modified: llvm/tools/llvm-readobj/COFFDumper.cpp Removed: ################################################################################ diff --git a/llvm/tools/llvm-readobj/COFFDumper.cpp b/llvm/tools/llvm-readobj/COFFDumper.cpp index 144ecf56d50a..684967f93393 100644 --- a/llvm/tools/llvm-readobj/COFFDumper.cpp +++ b/llvm/tools/llvm-readobj/COFFDumper.cpp @@ -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) { _______________________________________________ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits