diff options
author | jmallett <jmallett@FreeBSD.org> | 2002-09-16 20:06:04 +0000 |
---|---|---|
committer | jmallett <jmallett@FreeBSD.org> | 2002-09-16 20:06:04 +0000 |
commit | 939d493b8a013b9f890ed54d5f8df60c3bc01062 (patch) | |
tree | 288c8895b536828dc4166c0ed59a6772aba9959b /bin | |
parent | 1e5bd4d01ad8e14926e6c4aecd78a9d503c23ce0 (diff) | |
download | FreeBSD-src-939d493b8a013b9f890ed54d5f8df60c3bc01062.zip FreeBSD-src-939d493b8a013b9f890ed54d5f8df60c3bc01062.tar.gz |
Remove some NOTINUSE stuff. Good housekeeping.
Diffstat (limited to 'bin')
-rw-r--r-- | bin/ps/keyword.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/bin/ps/keyword.c b/bin/ps/keyword.c index 5e4f37f..53e9cde 100644 --- a/bin/ps/keyword.c +++ b/bin/ps/keyword.c @@ -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) |