summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lld/ELF/Symbols.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/lld/ELF/Symbols.h b/lld/ELF/Symbols.h
index 43d257f04b0..9be14d09a7c 100644
--- a/lld/ELF/Symbols.h
+++ b/lld/ELF/Symbols.h
@@ -242,8 +242,6 @@ public:
static bool classof(const SymbolBody *S) {
return S->kind() == UndefinedKind;
}
-
- InputFile *file() { return this->File; }
};
template <class ELFT> class SharedSymbol : public Defined {
OpenPOWER on IntegriCloud