[lld] r352257 - Remove dead declaration.

Hans Wennborg via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 28 05:24:38 PST 2019


Merged to 8.0 in r352352.

On Fri, Jan 25, 2019 at 4:31 PM Rui Ueyama via llvm-commits
<llvm-commits at lists.llvm.org> wrote:
>
> Author: ruiu
> Date: Fri Jan 25 16:31:49 2019
> New Revision: 352257
>
> URL: http://llvm.org/viewvc/llvm-project?rev=352257&view=rev
> Log:
> Remove dead declaration.
>
> Modified:
>     lld/trunk/ELF/InputFiles.h
>
> Modified: lld/trunk/ELF/InputFiles.h
> URL: http://llvm.org/viewvc/llvm-project/lld/trunk/ELF/InputFiles.h?rev=352257&r1=352256&r2=352257&view=diff
> ==============================================================================
> --- lld/trunk/ELF/InputFiles.h (original)
> +++ lld/trunk/ELF/InputFiles.h Fri Jan 25 16:31:49 2019
> @@ -184,7 +184,6 @@ template <class ELFT> class ObjFile : pu
>
>    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; }
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at lists.llvm.org
> https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits


More information about the llvm-commits mailing list