summaryrefslogtreecommitdiffstats
path: root/sbin/sysctl/sysctl.c
diff options
context:
space:
mode:
authorharti <harti@FreeBSD.org>2006-10-12 15:44:51 +0000
committerharti <harti@FreeBSD.org>2006-10-12 15:44:51 +0000
commitdf4d111068a2cfe341154079b6dc6d828fefbe0f (patch)
treefb11fddc54aedbf31da51ad7ac1ed281cd181d15 /sbin/sysctl/sysctl.c
parent48bb5fd39c8684c485949e32acf297a8636168ac (diff)
downloadFreeBSD-src-df4d111068a2cfe341154079b6dc6d828fefbe0f.zip
FreeBSD-src-df4d111068a2cfe341154079b6dc6d828fefbe0f.tar.gz
Remove a debugging statement from the previous commit.
Diffstat (limited to 'sbin/sysctl/sysctl.c')
-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 8ab66a3..6fd8c55 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);
OpenPOWER on IntegriCloud