svn commit: r348204 - head/stand/common
Jung-uk Kim
jkim at FreeBSD.org
Thu May 23 22:01:06 UTC 2019
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;
More information about the svn-src-all
mailing list