[ELF] - Remove useless code. NFC.
authorGeorge Rimar <grimar@accesssoftek.com>
Tue, 31 Oct 2017 14:21:30 +0000 (14:21 +0000)
committerGeorge Rimar <grimar@accesssoftek.com>
Tue, 31 Oct 2017 14:21:30 +0000 (14:21 +0000)
commitf173a6309f730008852dff37b88e7617b55f17a1
tree253662c10f23b0a232f5243e660a3a0bda68a339
parent5a213f2f4cd8fbb02b3c9c0ac8e280f27b3d1a5f
[ELF] - Remove useless code. NFC.

We set Type and Flags inside OutputSection::addSection,
so this lines looks to be excessive.

llvm-svn: 317002
lld/ELF/OutputSections.cpp