ldso: remove redundant switch case for REL_NONE
authorFangrui Song <i@maskray.me>
Sun, 8 Mar 2020 18:10:32 +0000 (11:10 -0700)
committerRich Felker <dalias@aerifal.cx>
Fri, 20 Mar 2020 16:35:38 +0000 (12:35 -0400)
commit72658c658b234bf24ebbc2be1863f4c6b2f2434d
tree9a4080bd017de7fec32a78e43f5403eb114de657
parent3e9d3386f17e4c2af3049cf5f802ccd5bbe083d0
ldso: remove redundant switch case for REL_NONE

as a result of commit b6a6cd703ffefa6352249fb01f4da28d85d17306,
the REL_NONE case is now redundant.
ldso/dynlink.c