Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/sys Remove declaration of total. nothing uses it.



details:   https://anonhg.NetBSD.org/src/rev/d25a66386f4e
branches:  trunk
changeset: 526861:d25a66386f4e
user:      matt <matt%NetBSD.org@localhost>
date:      Sun May 12 23:15:42 2002 +0000

description:
Remove declaration of total.  nothing uses it.

diffstat:

 sys/sys/vmmeter.h |  5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diffs (19 lines):

diff -r 147484061039 -r d25a66386f4e sys/sys/vmmeter.h
--- a/sys/sys/vmmeter.h Sun May 12 23:06:27 2002 +0000
+++ b/sys/sys/vmmeter.h Sun May 12 23:15:42 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: vmmeter.h,v 1.15 1999/03/24 05:51:29 mrg Exp $ */
+/*     $NetBSD: vmmeter.h,v 1.16 2002/05/12 23:15:42 matt Exp $        */
 
 /*-
  * Copyright (c) 1982, 1986, 1993
@@ -56,9 +56,6 @@
        int32_t t_armshr;       /* active shared real memory */
        int32_t t_free;         /* free memory pages */
 };
-#ifdef _KERNEL
-struct vmtotal total;
-#endif
 
 /*
  * Optional instrumentation.



Home | Main Index | Thread Index | Old Index