aboutsummaryrefslogtreecommitdiff
path: root/sbin/sysctl
diff options
context:
space:
mode:
authorHartmut Brandt <harti@FreeBSD.org>2006-10-12 15:44:51 +0000
committerHartmut Brandt <harti@FreeBSD.org>2006-10-12 15:44:51 +0000
commitd566310d219dbd8b454a8a56146935a6c2f3ba39 (patch)
treefb11fddc54aedbf31da51ad7ac1ed281cd181d15 /sbin/sysctl
parent1409858b3bf62b6b8c2e20d657d7e517dee28414 (diff)
downloadsrc-d566310d219dbd8b454a8a56146935a6c2f3ba39.tar.gz
src-d566310d219dbd8b454a8a56146935a6c2f3ba39.zip
Remove a debugging statement from the previous commit.
Notes
Notes: svn path=/head/; revision=163277
Diffstat (limited to 'sbin/sysctl')
-rw-r--r--sbin/sysctl/sysctl.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sbin/sysctl/sysctl.c b/sbin/sysctl/sysctl.c
index 8ab66a3acf24..6fd8c559ff39 100644
--- a/sbin/sysctl/sysctl.c
+++ b/sbin/sysctl/sysctl.c
@@ -330,8 +330,6 @@ S_clockinfo(int l2, void *p)
warnx("S_clockinfo %d != %d", l2, sizeof(*ci));
return (0);
}
-uint32_t *x = (uint32_t *)p;
-printf("%06x %06x %06x %06x %06x\n", x[0], x[1], x[2], x[3], x[4]);
printf(hflag ? "{ hz = %'d, tick = %'d, profhz = %'d, stathz = %'d }" :
"{ hz = %d, tick = %d, profhz = %d, stathz = %d }",
ci->hz, ci->tick, ci->profhz, ci->stathz);