Date: Thu, 23 May 2019 22:01:05 +0000 (UTC) From: Jung-uk Kim <jkim@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r348204 - head/stand/common Message-ID: <201905232201.x4NM15Af079226@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905232201.x4NM15Af079226>