mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-17 10:26:15 +00:00
Remove debugging statement that slipped into lone of the previous commits
unintentionally.
This commit is contained in:
parent
78cb82148f
commit
b80d39d0c0
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=153686
@ -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 (;;) {
|
||||
|
Loading…
Reference in New Issue
Block a user