Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 May 2018 23:39:09 +0000 (UTC)
From:      Eitan Adler <eadler@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r333947 - head/usr.bin/top
Message-ID:  <201805202339.w4KNd9PT048236@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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,



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805202339.w4KNd9PT048236>