Skip to content

Commit 52d9f76

Browse files
committed
[LLD][COFF] Remove unused DebugSHandler::recordStringTableReferences
1 parent 0152e1f commit 52d9f76

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lld/COFF/PDB.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -230,8 +230,6 @@ class DebugSHandler {
230230
void addFrameDataSubsection(SectionChunk *debugChunk,
231231
const DebugSubsectionRecord &ss);
232232

233-
void recordStringTableReferences(CVSymbol sym, uint32_t symOffset);
234-
235233
public:
236234
DebugSHandler(PDBLinker &linker, ObjFile &file, TpiSource *source)
237235
: linker(linker), file(file), source(source) {}

0 commit comments

Comments
 (0)