summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorge Rimar <grimar@accesssoftek.com>2018-04-03 10:40:39 +0000
committerGeorge Rimar <grimar@accesssoftek.com>2018-04-03 10:40:39 +0000
commit624e163f5383f2cfcd9e60f31abe85e00a2f7979 (patch)
treef2d3de4f12538f61140ad073cb294374e85f794f
parentff2f4fcd518b7526dc4c0f1b374e7a34e6cf137e (diff)
downloadbcm5719-llvm-624e163f5383f2cfcd9e60f31abe85e00a2f7979.tar.gz
bcm5719-llvm-624e163f5383f2cfcd9e60f31abe85e00a2f7979.zip
[ELF] - Remove dead declaration. NFC.
llvm-svn: 329058
-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 dde708b6049..32d7cd4398a 100644
--- a/lld/ELF/Symbols.h
+++ b/lld/ELF/Symbols.h
@@ -297,8 +297,6 @@ public:
: Lazy(LazyObjectKind, File, Name, Type) {}
static bool classof(const Symbol *S) { return S->kind() == LazyObjectKind; }
-
- InputFile *fetch();
};
// Some linker-generated symbols need to be created as
OpenPOWER on IntegriCloud