diff options
author | kan <kan@FreeBSD.org> | 2005-12-23 15:30:53 +0000 |
---|---|---|
committer | kan <kan@FreeBSD.org> | 2005-12-23 15:30:53 +0000 |
commit | bb7dfbb0a8ac5602f6874897af25e7aee24aed7f (patch) | |
tree | 8ae4d13409db1437a1a636e75afc12eba157efa5 /libexec | |
parent | b14a15198504a2347d4337c611b8d2bd71f86f2f (diff) | |
download | FreeBSD-src-bb7dfbb0a8ac5602f6874897af25e7aee24aed7f.zip FreeBSD-src-bb7dfbb0a8ac5602f6874897af25e7aee24aed7f.tar.gz |
Remove debugging statement that slipped into lone of the previous commits
unintentionally.
Diffstat (limited to 'libexec')
-rw-r--r-- | libexec/rtld-elf/rtld.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libexec/rtld-elf/rtld.c b/libexec/rtld-elf/rtld.c index 01ea4f6..641d967 100644 --- a/libexec/rtld-elf/rtld.c +++ b/libexec/rtld-elf/rtld.c @@ -3035,7 +3035,6 @@ check_object_provided_version(Obj_Entry *refobj, const Obj_Entry *depobj, if (vd == NULL) { _rtld_error("%s does not have version information, but %s requires it", depobj->path, refobj->path); - *(char *)0 = 0; return (-1); } for (;;) { |