loader: Remove unused variable

Reported by:	lwshu, ci@
This commit is contained in:
Emmanuel Vadot 2019-05-23 20:04:22 +00:00
parent 7f166c931e
commit 8a2ad0aec8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=348196

View File

@ -487,7 +487,7 @@ command_pnpautoload(int argc, char *argv[])
{
int i;
int verbose;
int ch, error, match;
int ch, match;
pnp_verbose_flag = 0;
pnp_dump_flag = 0;