[lld] 52d9f76 - [LLD][COFF] Remove unused `DebugSHandler::recordStringTableReferences`

Alexandre Ganea via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 2 13:23:05 PDT 2023


Author: Alexandre Ganea
Date: 2023-10-02T16:22:54-04:00
New Revision: 52d9f768b621af0886c5f8c59fe7c86d9bf44f73

URL: https://github.com/llvm/llvm-project/commit/52d9f768b621af0886c5f8c59fe7c86d9bf44f73
DIFF: https://github.com/llvm/llvm-project/commit/52d9f768b621af0886c5f8c59fe7c86d9bf44f73.diff

LOG: [LLD][COFF] Remove unused `DebugSHandler::recordStringTableReferences`

Added: 
    

Modified: 
    lld/COFF/PDB.cpp

Removed: 
    


################################################################################
diff  --git a/lld/COFF/PDB.cpp b/lld/COFF/PDB.cpp
index 5aa81c1fd03bbc8..28df2e7da315d09 100644
--- a/lld/COFF/PDB.cpp
+++ b/lld/COFF/PDB.cpp
@@ -230,8 +230,6 @@ class DebugSHandler {
   void addFrameDataSubsection(SectionChunk *debugChunk,
                               const DebugSubsectionRecord &ss);
 
-  void recordStringTableReferences(CVSymbol sym, uint32_t symOffset);
-
 public:
   DebugSHandler(PDBLinker &linker, ObjFile &file, TpiSource *source)
       : linker(linker), file(file), source(source) {}


        


More information about the llvm-commits mailing list