summaryrefslogtreecommitdiff
path: root/lld/include
diff options
context:
space:
mode:
authorDavide Italiano <davide@freebsd.org>2016-08-10 00:01:13 +0000
committerDavide Italiano <davide@freebsd.org>2016-08-10 00:01:13 +0000
commitc682303d6f16accb74c43c252f27172c5e5a20a4 (patch)
tree7e7c82fe89d7c95ba90e2f4e5439d3e8a38b458b /lld/include
parent1dceb59be2083dc75d560899d4855ed5a42c6d84 (diff)
downloadllvm-c682303d6f16accb74c43c252f27172c5e5a20a4.tar.gz
[Core] tentativeDefinition() is now unused.
llvm-svn: 278181
Diffstat (limited to 'lld/include')
-rw-r--r--lld/include/lld/Core/SymbolTable.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/lld/include/lld/Core/SymbolTable.h b/lld/include/lld/Core/SymbolTable.h
index db610ad14066..b11304d2bdcd 100644
--- a/lld/include/lld/Core/SymbolTable.h
+++ b/lld/include/lld/Core/SymbolTable.h
@@ -56,9 +56,6 @@ public:
/// @brief returns vector of remaining UndefinedAtoms
std::vector<const UndefinedAtom *> undefines();
- /// returns vector of tentative definitions
- std::vector<StringRef> tentativeDefinitions();
-
/// @brief add atom to replacement table
void addReplacement(const Atom *replaced, const Atom *replacement);