Remove declaration of total. nothing uses it.
This commit is contained in:
parent
0cb85bc7b9
commit
6e15a048de
@ -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
|
* Copyright (c) 1982, 1986, 1993
|
||||||
@ -56,9 +56,6 @@ struct vmtotal
|
|||||||
int32_t t_armshr; /* active shared real memory */
|
int32_t t_armshr; /* active shared real memory */
|
||||||
int32_t t_free; /* free memory pages */
|
int32_t t_free; /* free memory pages */
|
||||||
};
|
};
|
||||||
#ifdef _KERNEL
|
|
||||||
struct vmtotal total;
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Optional instrumentation.
|
* Optional instrumentation.
|
||||||
|
Loading…
Reference in New Issue
Block a user