Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Jun 2015 13:08:32 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r284067 - head/usr.bin/systat
Message-ID:  <201506061308.t56D8WnK031579@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Sat Jun  6 13:08:31 2015
New Revision: 284067
URL: https://svnweb.freebsd.org/changeset/base/284067

Log:
  Remove unused variable

Modified:
  head/usr.bin/systat/main.c

Modified: head/usr.bin/systat/main.c
==============================================================================
--- head/usr.bin/systat/main.c	Sat Jun  6 12:44:42 2015	(r284066)
+++ head/usr.bin/systat/main.c	Sat Jun  6 13:08:31 2015	(r284067)
@@ -138,7 +138,6 @@ main(int argc, char **argv)
 {
 	char errbuf[_POSIX2_LINE_MAX], dummy;
 	size_t	size;
-	double t;
 	struct cmdentry *cmd = NULL;
 
 	(void) setlocale(LC_ALL, "");



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