summaryrefslogtreecommitdiff
path: root/bin/ps/ps.c
diff options
context:
space:
mode:
authorArtur Grabowski <art@cvs.openbsd.org>2002-06-12 03:44:36 +0000
committerArtur Grabowski <art@cvs.openbsd.org>2002-06-12 03:44:36 +0000
commit276a58d2aab250fb358c21f43fbefc77fba654bf (patch)
treec6ca0935f20bfd54daa1d698bdcde674d69d1bd0 /bin/ps/ps.c
parentec1ec41f703fd79fe5c2cfc5a5b1aaa82d82095a (diff)
unused variable
Diffstat (limited to 'bin/ps/ps.c')
-rw-r--r--bin/ps/ps.c5
1 files changed, 2 insertions, 3 deletions
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;