From 276a58d2aab250fb358c21f43fbefc77fba654bf Mon Sep 17 00:00:00 2001 From: Artur Grabowski Date: Wed, 12 Jun 2002 03:44:36 +0000 Subject: unused variable --- bin/ps/ps.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'bin/ps/ps.c') diff --git a/bin/ps/ps.c b/bin/ps/ps.c index b791ee356b0..822e43b1ea7 100644 --- a/bin/ps/ps.c +++ b/bin/ps/ps.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ps.c,v 1.29 2002/06/09 05:46:44 art Exp $ */ +/* $OpenBSD: ps.c,v 1.30 2002/06/12 03:44:35 art Exp $ */ /* $NetBSD: ps.c,v 1.15 1995/05/18 20:33:25 mycroft Exp $ */ /*- @@ -44,7 +44,7 @@ static char copyright[] = #if 0 static char sccsid[] = "@(#)ps.c 8.4 (Berkeley) 4/2/94"; #else -static char rcsid[] = "$OpenBSD: ps.c,v 1.29 2002/06/09 05:46:44 art Exp $"; +static char rcsid[] = "$OpenBSD: ps.c,v 1.30 2002/06/12 03:44:35 art Exp $"; #endif #endif /* not lint */ @@ -411,7 +411,6 @@ static void saveuser(ki) KINFO *ki; { - struct pstats pstats; struct usave *usp; usp = &ki->ki_u; -- cgit v1.2.3