Remove an old comment.

This commit is contained in:
mycroft 2002-09-13 04:09:49 +00:00
parent 2f59687514
commit daf8118731
1 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: mips_reloc.c,v 1.24 2002/09/13 03:09:38 mycroft Exp $ */
/* $NetBSD: mips_reloc.c,v 1.25 2002/09/13 04:09:49 mycroft Exp $ */
/*
* Copyright 1997 Michael L. Hitch <mhitch@montana.edu>
@ -217,7 +217,6 @@ _rtld_relocate_nonplt_objects(obj, self)
obj->strtab + def->st_name, obj->path,
(void *)*where, obj->path));
} else {
/* XXX maybe do something re: bootstrapping? */
def = _rtld_find_symdef(symnum, obj, &defobj,
false);
if (def == NULL)