summaryrefslogtreecommitdiffstats
path: root/sys/geom/geom_kern.c
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2003-04-23 20:54:42 +0000
committerphk <phk@FreeBSD.org>2003-04-23 20:54:42 +0000
commit7a7d4061363e642b99e4cdb2279fe3ba539e8165 (patch)
tree9b69241966c7cdaba026b6983cb54755617cabcc /sys/geom/geom_kern.c
parent3bbfe9f43b9f428fa76cf6b43be961ff03071025 (diff)
downloadFreeBSD-src-7a7d4061363e642b99e4cdb2279fe3ba539e8165.zip
FreeBSD-src-7a7d4061363e642b99e4cdb2279fe3ba539e8165.tar.gz
More of the event stuff can now be private to geom_event.c
Diffstat (limited to 'sys/geom/geom_kern.c')
-rw-r--r--sys/geom/geom_kern.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/geom/geom_kern.c b/sys/geom/geom_kern.c
index 8f87260..38531b7 100644
--- a/sys/geom/geom_kern.c
+++ b/sys/geom/geom_kern.c
@@ -245,5 +245,3 @@ SYSCTL_INT(_debug_sizeof, OID_AUTO, g_consumer, CTLFLAG_RD,
0, sizeof(struct g_consumer), "");
SYSCTL_INT(_debug_sizeof, OID_AUTO, g_bioq, CTLFLAG_RD,
0, sizeof(struct g_bioq), "");
-SYSCTL_INT(_debug_sizeof, OID_AUTO, g_event, CTLFLAG_RD,
- 0, sizeof(struct g_event), "");
OpenPOWER on IntegriCloud