summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorge Rimar <grimar@accesssoftek.com>2015-10-13 15:16:01 +0000
committerGeorge Rimar <grimar@accesssoftek.com>2015-10-13 15:16:01 +0000
commit53b581c52286e6a11dd1522bc6495f8f9a1687c6 (patch)
treeb90a0af856f8761b57f23a326888934b19fd6c90
parentb5723d0dbdb1cbbbbe20b900a01a59e9c6131e07 (diff)
downloadbcm5719-llvm-53b581c52286e6a11dd1522bc6495f8f9a1687c6.tar.gz
bcm5719-llvm-53b581c52286e6a11dd1522bc6495f8f9a1687c6.zip
Removed undefined and unused member. NFC.
llvm-svn: 250163
-rw-r--r--lld/ELF/SymbolTable.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lld/ELF/SymbolTable.h b/lld/ELF/SymbolTable.h
index e8a742e0c7e..ddaa9ed842a 100644
--- a/lld/ELF/SymbolTable.h
+++ b/lld/ELF/SymbolTable.h
@@ -59,7 +59,6 @@ private:
void addLazy(Lazy *New);
void addMemberFile(Lazy *Body);
void checkCompatibility(std::unique_ptr<InputFile> &File);
- void init(uint16_t EMachine);
void resolve(SymbolBody *Body);
void reportConflict(const Twine &Message, const SymbolBody &Old,
const SymbolBody &New, bool Warning);
OpenPOWER on IntegriCloud