Date: Thu, 23 May 2019 20:04:23 +0000 (UTC) From: Emmanuel Vadot <manu@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r348196 - head/stand/common Message-ID: <201905232004.x4NK4NpG017170@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: manu Date: Thu May 23 20:04:22 2019 New Revision: 348196 URL: https://svnweb.freebsd.org/changeset/base/348196 Log: loader: Remove unused variable Reported by: lwshu, ci@ Modified: head/stand/common/module.c Modified: head/stand/common/module.c ============================================================================== --- head/stand/common/module.c Thu May 23 19:55:53 2019 (r348195) +++ head/stand/common/module.c Thu May 23 20:04:22 2019 (r348196) @@ -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;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905232004.x4NK4NpG017170>