[ELF] Remove unnecessary assignment to `isPreemptible` in replaceWithDefined()
authorFangrui Song <maskray@google.com>
Mon, 12 Aug 2019 10:01:17 +0000 (10:01 +0000)
committerFangrui Song <maskray@google.com>
Mon, 12 Aug 2019 10:01:17 +0000 (10:01 +0000)
commit3cafdfddcbcd077325622dd0869b409f4664769e
tree78007aaa8b94109959a3a3d7dacd10802309c071
parentd614a65d85c14dfc7dc19b45b049c38897481ae1
[ELF] Remove unnecessary assignment to `isPreemptible` in replaceWithDefined()

After r368535, it is no longer used in the handling of VER_NDX_LOCAL.
Drop it.

llvm-svn: 368550
lld/ELF/Relocations.cpp