Remove declaration of total. nothing uses it.

This commit is contained in:
matt 2002-05-12 23:15:42 +00:00
parent 0cb85bc7b9
commit 6e15a048de

View File

@ -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 @@ struct vmtotal
int32_t t_armshr; /* active shared real memory */
int32_t t_free; /* free memory pages */
};
#ifdef _KERNEL
struct vmtotal total;
#endif
/*
* Optional instrumentation.