summaryrefslogtreecommitdiffstats
path: root/lld/lib/Core/SymbolTable.cpp
diff options
context:
space:
mode:
authorRui Ueyama <ruiu@google.com>2015-03-06 01:44:07 +0000
committerRui Ueyama <ruiu@google.com>2015-03-06 01:44:07 +0000
commit41ee2e3ff9c5f35629202cf19d8a6b7ffd628c3f (patch)
treef5fb543f298a0014066d66c96ee3ad9b38958c7b /lld/lib/Core/SymbolTable.cpp
parent03dd1082ad009178395d4baefcf6c43f37920227 (diff)
downloadbcm5719-llvm-41ee2e3ff9c5f35629202cf19d8a6b7ffd628c3f.tar.gz
bcm5719-llvm-41ee2e3ff9c5f35629202cf19d8a6b7ffd628c3f.zip
Remove unused function.
llvm-svn: 231444
Diffstat (limited to 'lld/lib/Core/SymbolTable.cpp')
-rw-r--r--lld/lib/Core/SymbolTable.cpp4
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) {
OpenPOWER on IntegriCloud