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 33fd675..5e742a0 100644 --- a/sys/geom/geom_int.h +++ b/sys/geom/geom_int.h @@ -39,7 +39,6 @@ LIST_HEAD(class_list_head, g_class); TAILQ_HEAD(g_tailq_head, g_geom); TAILQ_HEAD(event_tailq_head, g_event); -extern struct g_tailq_head geoms; extern struct event_tailq_head events; extern int g_debugflags; |