diff options
Diffstat (limited to 'sys/geom/geom_int.h')
-rw-r--r-- | sys/geom/geom_int.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/geom/geom_int.h b/sys/geom/geom_int.h index aa8877d..0f9695c 100644 --- a/sys/geom/geom_int.h +++ b/sys/geom/geom_int.h @@ -93,7 +93,6 @@ void g_conftxt(void *, int flag); /* geom_event.c */ void g_event_init(void); void g_post_event(enum g_events ev, ...); -void g_cancel_event(void *ref); void g_run_events(void); void g_stall_events(void); void g_release_events(void); |