[ELF] - Remove dead code. NFC.
authorGeorge Rimar <grimar@accesssoftek.com>
Thu, 5 Jul 2018 11:58:04 +0000 (11:58 +0000)
committerGeorge Rimar <grimar@accesssoftek.com>
Thu, 5 Jul 2018 11:58:04 +0000 (11:58 +0000)
commit046fa610e0106212b87a9d53c48b696cb1767da6
treebdb05f2f0f31544d690aca4996c031d48291497d
parentf26e7d1fe93ea31ac1ee7b8d5228eadc7df28be5
[ELF] - Remove dead code. NFC.

I think code is dead, because the only way to see
Path as empty seems would be if replaceThinLTOSuffix()
replaced some prefix with empty prefix (making the result
Path empty).

But it is impossible to pass the empty prefix,
we would file in driver:
https://github.com/llvm-mirror/lld/blob/master/ELF/Driver.cpp#L669

llvm-svn: 336338
lld/ELF/LTO.cpp