svn commit: r333947 - head/usr.bin/top

Eitan Adler eadler at FreeBSD.org
Sun May 20 23:39:10 UTC 2018


Author: eadler
Date: Sun May 20 23:39:08 2018
New Revision: 333947
URL: https://svnweb.freebsd.org/changeset/base/333947

Log:
  top(1): Remove now-unused variable

Modified:
  head/usr.bin/top/machine.c

Modified: head/usr.bin/top/machine.c
==============================================================================
--- head/usr.bin/top/machine.c	Sun May 20 23:37:30 2018	(r333946)
+++ head/usr.bin/top/machine.c	Sun May 20 23:39:08 2018	(r333947)
@@ -320,7 +320,6 @@ machine_init(struct statics *statics)
 	uint64_t arc_size;
 	boolean_t carc_en;
 	size_t size;
-	struct passwd *pw;
 
 	size = sizeof(smpmode);
 	if ((sysctlbyname("machdep.smp_active", &smpmode, &size,


More information about the svn-src-head mailing list