Author: jkim Date: Thu May 23 22:01:05 2019 New Revision: 348204 URL: https://svnweb.freebsd.org/changeset/base/348204
Log: Remove yet another unused variable. Modified: head/stand/common/module.c Modified: head/stand/common/module.c ============================================================================== --- head/stand/common/module.c Thu May 23 21:57:58 2019 (r348203) +++ head/stand/common/module.c Thu May 23 22:01:05 2019 (r348204) @@ -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; _______________________________________________ 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"