Skip to content

Commit 5ea0d06

Browse files
committed
[ELF] Deleted unused ComdatGroups member variable left by D61854
llvm-svn: 361266
1 parent 86abee8 commit 5ea0d06

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

lld/ELF/SymbolTable.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -82,11 +82,6 @@ class SymbolTable {
8282
llvm::DenseMap<llvm::CachedHashStringRef, int> SymMap;
8383
std::vector<Symbol *> SymVector;
8484

85-
// Comdat groups define "link once" sections. If two comdat groups have the
86-
// same name, only one of them is linked, and the other is ignored. This set
87-
// is used to uniquify them.
88-
llvm::DenseSet<llvm::CachedHashStringRef> ComdatGroups;
89-
9085
// A map from demangled symbol names to their symbol objects.
9186
// This mapping is 1:N because two symbols with different versions
9287
// can have the same name. We use this map to handle "extern C++ {}"

0 commit comments

Comments
 (0)