diff options
Diffstat (limited to 'lld/lib/Core/SymbolTable.cpp')
-rw-r--r-- | lld/lib/Core/SymbolTable.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lld/lib/Core/SymbolTable.cpp b/lld/lib/Core/SymbolTable.cpp index 51ae9ceb73a..f3f2da9262e 100644 --- a/lld/lib/Core/SymbolTable.cpp +++ b/lld/lib/Core/SymbolTable.cpp @@ -362,10 +362,6 @@ bool SymbolTable::isCoalescedAway(const Atom *atom) { return _replacedAtoms.count(atom) > 0; } -unsigned int SymbolTable::size() { - return _nameTable.size(); -} - std::vector<const UndefinedAtom *> SymbolTable::undefines() { std::vector<const UndefinedAtom *> ret; for (auto it : _nameTable) { |