Remove some NOTINUSE stuff. Good housekeeping.

This commit is contained in:
Juli Mallett 2002-09-16 20:06:04 +00:00
parent 8723b451f9
commit 4086fd8e70
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=103421

View File

@ -57,15 +57,6 @@ __FBSDID("$FreeBSD$");
static VAR *findvar(char *);
static int vcmp(const void *, const void *);
#ifdef NOTINUSE
int utime(), stime(), ixrss(), idrss(), isrss();
{{"utime"}, "UTIME", USER, utime, NULL, 4},
{{"stime"}, "STIME", USER, stime, NULL, 4},
{{"ixrss"}, "IXRSS", USER, ixrss, NULL, 4},
{{"idrss"}, "IDRSS", USER, idrss, NULL, 4},
{{"isrss"}, "ISRSS", USER, isrss, NULL, 4},
#endif
/* Compute offset in common structures. */
#define KOFF(x) offsetof(struct kinfo_proc, x)
#define ROFF(x) offsetof(struct rusage, x)