[ELF] - Remove dead code from EhFrameSection::addCie. NFC.
authorGeorge Rimar <grimar@accesssoftek.com>
Tue, 17 Jul 2018 13:56:23 +0000 (13:56 +0000)
committerGeorge Rimar <grimar@accesssoftek.com>
Tue, 17 Jul 2018 13:56:23 +0000 (13:56 +0000)
commitb892e4194f2e6565ecc1e474d2b3e12c5d2a56ac
tree31b4903e409f0ff60fc856d87f4b8a41dd6dba75
parent1a4f3c93fb083c9449b255afb5f178c5982b3582
[ELF] - Remove dead code from EhFrameSection::addCie. NFC.

Code was dead because caller of the addCie() already
checks that ID is equal to 0:
https://github.com/llvm-mirror/lld/blob/master/ELF/SyntheticSections.cpp#L431

llvm-svn: 337281
lld/ELF/SyntheticSections.cpp