diff options
| author | John Polstra <jdp@FreeBSD.org> | 2000-11-07 22:41:53 +0000 |
|---|---|---|
| committer | John Polstra <jdp@FreeBSD.org> | 2000-11-07 22:41:53 +0000 |
| commit | c1ff193db4a1974184247ae7947f0f16e5d5ccb2 (patch) | |
| tree | 6c8c35a24fae5d6bc450f95593a4cb2014f232ab /libexec/rtld-elf/rtld.c | |
| parent | 2ac2ed8a5198a51c84b7702e13892958e36f707a (diff) | |
Notes
Diffstat (limited to 'libexec/rtld-elf/rtld.c')
| -rw-r--r-- | libexec/rtld-elf/rtld.c | 2 |
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; } |
