aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Kabaev <kan@FreeBSD.org>2005-12-23 15:30:53 +0000
committerAlexander Kabaev <kan@FreeBSD.org>2005-12-23 15:30:53 +0000
commitb80d39d0c0071a20fae009a74b1c1d5823602380 (patch)
tree8ae4d13409db1437a1a636e75afc12eba157efa5
parent78cb82148f80d4c58af2fbd196d0779b908b1c54 (diff)
downloadsrc-b80d39d0c0071a20fae009a74b1c1d5823602380.tar.gz
src-b80d39d0c0071a20fae009a74b1c1d5823602380.zip
Remove debugging statement that slipped into lone of the previous commits
unintentionally.
Notes
Notes: svn path=/head/; revision=153686
-rw-r--r--libexec/rtld-elf/rtld.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libexec/rtld-elf/rtld.c b/libexec/rtld-elf/rtld.c
index 01ea4f664699..641d96756e12 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 (;;) {