[llvm] 71d43d3 - [llvm-readobj] Delete unused declaration

Fangrui Song via llvm-commits llvm-commits at lists.llvm.org
Sun Dec 6 15:54:32 PST 2020


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) {


        


More information about the llvm-commits mailing list