]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
The countp argument passed to linker_file_lookup_set() in
authorbz <bz@FreeBSD.org>
Wed, 17 Oct 2018 10:31:08 +0000 (10:31 +0000)
committerbz <bz@FreeBSD.org>
Wed, 17 Oct 2018 10:31:08 +0000 (10:31 +0000)
commitad5fefcc732a9ddcc80c4728f410a32e2425bcdc
treeba8d7b6f9ebf6fb5ae8ac09b6f84b7e88b4e9fda
parenta084607579c9e54938a8007138d3473c31f2ca3c
The countp argument passed to linker_file_lookup_set() in
linker_load_dependencies() is unused, so no need to ask for the
value in first place.  Remove the unused "count" variable.

Approved by: re (kib)
sys/kern/kern_linker.c