diff options
Diffstat (limited to 'sys/geom/geom_int.h')
-rw-r--r-- | sys/geom/geom_int.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/geom/geom_int.h b/sys/geom/geom_int.h index cd67d19..81f8069 100644 --- a/sys/geom/geom_int.h +++ b/sys/geom/geom_int.h @@ -103,8 +103,3 @@ void g_io_schedule_up(struct thread *tp); /* geom_kern.c / geom_kernsim.c */ void g_init(void); - -/* geom_stats.c */ -void g_stat_init(void); -struct g_stat *g_stat_new(void *id); -void g_stat_delete(struct g_stat *); |