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

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;