summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorArtur Grabowski <art@cvs.openbsd.org>2000-02-21 19:22:53 +0000
committerArtur Grabowski <art@cvs.openbsd.org>2000-02-21 19:22:53 +0000
commit975170ccbaf7687ce257b92aa1ecdd5ebe9d8664 (patch)
treec99c6e47866a7832cb5fb00c2642ebf3e98417e5 /sys
parent28d58071eb2ecb36249b2a80fdf7baba984f1dae (diff)
zap unused polluting variable.
Diffstat (limited to 'sys')
-rw-r--r--sys/sys/vmmeter.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/sys/vmmeter.h b/sys/sys/vmmeter.h
index 43f23e99d77..523f6a29b00 100644
--- a/sys/sys/vmmeter.h
+++ b/sys/sys/vmmeter.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: vmmeter.h,v 1.6 1999/02/26 02:47:02 art Exp $ */
+/* $OpenBSD: vmmeter.h,v 1.7 2000/02/21 19:22:52 art Exp $ */
/* $NetBSD: vmmeter.h,v 1.9 1995/03/26 20:25:04 jtc Exp $ */
/*-
@@ -113,9 +113,6 @@ struct vmtotal
u_int32_t t_armshr; /* active shared real memory */
u_int32_t t_free; /* free memory pages */
};
-#ifdef _KERNEL
-struct vmtotal total;
-#endif
/*
* Fork/vfork/rfork accounting.