Delete an XXX comment addressed by r336505.

X-MFC with:	r336505
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Mark Johnston 2018-07-19 20:11:08 +00:00
parent 1b911983db
commit bf923a556d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=336507

View File

@ -1040,7 +1040,6 @@ link_elf_unload_file(linker_file_t file)
free(ef->typoff, M_LINKER);
if (file->pathname != NULL)
preload_delete_name(file->pathname);
/* XXX reclaim module memory? */
return;
}