summaryrefslogtreecommitdiffstats
path: root/lld
diff options
context:
space:
mode:
authorRui Ueyama <ruiu@google.com>2019-01-26 00:31:49 +0000
committerRui Ueyama <ruiu@google.com>2019-01-26 00:31:49 +0000
commit3749befe743f71dd006549e8fd6e1ba4d538b489 (patch)
treec1dbb2edfa2d59483868a1143a4e070493e14857 /lld
parentdfad526943747238946fb6872016b947869f3fe4 (diff)
downloadbcm5719-llvm-3749befe743f71dd006549e8fd6e1ba4d538b489.tar.gz
bcm5719-llvm-3749befe743f71dd006549e8fd6e1ba4d538b489.zip
Remove dead declaration.
llvm-svn: 352257
Diffstat (limited to 'lld')
-rw-r--r--lld/ELF/InputFiles.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lld/ELF/InputFiles.h b/lld/ELF/InputFiles.h
index d849eddd064..c8a79beab8d 100644
--- a/lld/ELF/InputFiles.h
+++ b/lld/ELF/InputFiles.h
@@ -184,7 +184,6 @@ template <class ELFT> class ObjFile : public ELFFileBase<ELFT> {
StringRef getShtGroupSignature(ArrayRef<Elf_Shdr> Sections,
const Elf_Shdr &Sec);
- ArrayRef<Elf_Word> getShtGroupEntries(const Elf_Shdr &Sec);
public:
static bool classof(const InputFile *F) { return F->kind() == Base::ObjKind; }
OpenPOWER on IntegriCloud