1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-14 10:09:48 +00:00

Remove yet another unused variable.

This commit is contained in:
Jung-uk Kim 2019-05-23 22:01:05 +00:00
parent 00e0e488a0
commit fdb9b7af98
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=348204

View File

@ -350,7 +350,6 @@ command_lsmod(int argc, char *argv[])
COMMAND_SET(pnpmatch, "pnpmatch", "list matched modules based on pnpinfo", command_pnpmatch);
static int pnp_all_flag = 0;
static int pnp_dump_flag = 0;
static int pnp_unbound_flag = 0;
static int pnp_verbose_flag = 0;