remove redundant code in do_dlsym function
commit 637dd2d3 introduced the checks for RTLD_DEFAULT and RTLD_NEXT here, claiming they fixed a regression, but the above conditional block clearly already covered these cases, and removing the checks produces no difference in the generated code.
Showing
想要评论请 注册 或 登录