From 7894e59b7f217dd493250aec7b5da6dd7f2cf1c4 Mon Sep 17 00:00:00 2001 From: dd Date: Sun, 24 Jun 2001 23:41:57 +0000 Subject: Nuke unused variables. --- usr.sbin/pstat/pstat.c | 1 - 1 file changed, 1 deletion(-) (limited to 'usr.sbin/pstat') diff --git a/usr.sbin/pstat/pstat.c b/usr.sbin/pstat/pstat.c index bf42a84..1a6efb1 100644 --- a/usr.sbin/pstat/pstat.c +++ b/usr.sbin/pstat/pstat.c @@ -621,7 +621,6 @@ mount_print(mp) struct mount *mp; { int flags; - const char *type; #define ST mp->mnt_stat (void)printf("*** MOUNT %s %s on %s", ST.f_fstypename, -- cgit v1.1