aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libexec/rtld-elf/rtld.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libexec/rtld-elf/rtld.c b/libexec/rtld-elf/rtld.c
index 9cbfe4284cfa..0b595df188aa 100644
--- a/libexec/rtld-elf/rtld.c
+++ b/libexec/rtld-elf/rtld.c
@@ -1831,8 +1831,6 @@ symlook_default(const char *name, unsigned long hash,
if (def != NULL)
*defobj_out = defobj;
- else
- _rtld_error("%s: Undefined symbol \"%s\"", refobj->path, name);
return def;
}