diff options
| author | Rui Ueyama <ruiu@google.com> | 2019-01-26 00:31:49 +0000 |
|---|---|---|
| committer | Rui Ueyama <ruiu@google.com> | 2019-01-26 00:31:49 +0000 |
| commit | 3749befe743f71dd006549e8fd6e1ba4d538b489 (patch) | |
| tree | c1dbb2edfa2d59483868a1143a4e070493e14857 /lld | |
| parent | dfad526943747238946fb6872016b947869f3fe4 (diff) | |
| download | bcm5719-llvm-3749befe743f71dd006549e8fd6e1ba4d538b489.tar.gz bcm5719-llvm-3749befe743f71dd006549e8fd6e1ba4d538b489.zip | |
Remove dead declaration.
llvm-svn: 352257
Diffstat (limited to 'lld')
| -rw-r--r-- | lld/ELF/InputFiles.h | 1 |
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; } |

