aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorJuli Mallett <jmallett@FreeBSD.org>2002-09-16 20:06:04 +0000
committerJuli Mallett <jmallett@FreeBSD.org>2002-09-16 20:06:04 +0000
commit4086fd8e7099ca35116a758ca185f8ca186b5fe9 (patch)
tree288c8895b536828dc4166c0ed59a6772aba9959b /bin
parent8723b451f9593e6cf42d63bf67ddc93c48359007 (diff)
Notes
Diffstat (limited to 'bin')
-rw-r--r--bin/ps/keyword.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/bin/ps/keyword.c b/bin/ps/keyword.c
index 5e4f37f9e521..53e9cde74707 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)