Remove unnecessary code.
authorRui Ueyama <ruiu@google.com>
Sun, 29 Oct 2017 23:41:16 +0000 (23:41 +0000)
committerRui Ueyama <ruiu@google.com>
Sun, 29 Oct 2017 23:41:16 +0000 (23:41 +0000)
commit27f95a9ac36e580128746a7353845886f4c0103c
treec74ba76854e7ab2807916a926d3fdc4c0dcc749a
parentea1398eeb312ee890d0ba82b1ba7c7511a635643
Remove unnecessary code.

Discarded section's Repl always points to itself, so returning
Sec is not different from returning Sec->Repl.

llvm-svn: 316880
lld/ELF/InputFiles.cpp