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;
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to