[LLD][ELF] - Remove the excessive condition. NFC.
authorGeorge Rimar <grimar@accesssoftek.com>
Mon, 3 Dec 2018 14:44:02 +0000 (14:44 +0000)
committerGeorge Rimar <grimar@accesssoftek.com>
Mon, 3 Dec 2018 14:44:02 +0000 (14:44 +0000)
commit89230f7bc29946d534ee26f40472babebc3e4ed5
tree156767876bd8b86472666ca7a7c8939b71da920b
parent1a6d6f053d80dcc7d772663fc8c4b36d8f3f0ef4
[LLD][ELF] - Remove the excessive condition. NFC.

There is no need to check that In.DynSymTab != nullptr,
because `includeInDynsym` already checks for `!Config->HasDynSymTab`
and `HasDynSymTab` is the pre-condition for In.DynSymTab creation.

llvm-svn: 348143
lld/ELF/Writer.cpp