svn commit: r348196 - head/stand/common

Emmanuel Vadot manu at FreeBSD.org
Thu May 23 20:04:24 UTC 2019


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;


More information about the svn-src-head mailing list