From 71d43d314cb4b8d149268da64ca6534606082806 Mon Sep 17 00:00:00 2001 From: Fangrui Song Date: Sun, 6 Dec 2020 15:54:17 -0800 Subject: [PATCH] [llvm-readobj] Delete unused declaration --- llvm/tools/llvm-readobj/COFFDumper.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/llvm/tools/llvm-readobj/COFFDumper.cpp b/llvm/tools/llvm-readobj/COFFDumper.cpp index 144ecf5..684967f 100644 --- a/llvm/tools/llvm-readobj/COFFDumper.cpp +++ b/llvm/tools/llvm-readobj/COFFDumper.cpp @@ -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) { -- 2.7.4