diff options
author | dd <dd@FreeBSD.org> | 2001-06-24 23:41:57 +0000 |
---|---|---|
committer | dd <dd@FreeBSD.org> | 2001-06-24 23:41:57 +0000 |
commit | 7894e59b7f217dd493250aec7b5da6dd7f2cf1c4 (patch) | |
tree | 2ca9b56f962bf287792adbfb0354af3a528ebdcd /usr.sbin/pstat | |
parent | 7129e7905994b1b01e82d0f0c11afcf7a6e5b09e (diff) | |
download | FreeBSD-src-7894e59b7f217dd493250aec7b5da6dd7f2cf1c4.zip FreeBSD-src-7894e59b7f217dd493250aec7b5da6dd7f2cf1c4.tar.gz |
Nuke unused variables.
Diffstat (limited to 'usr.sbin/pstat')
-rw-r--r-- | usr.sbin/pstat/pstat.c | 1 |
1 files changed, 0 insertions, 1 deletions
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, |