summaryrefslogtreecommitdiff
path: root/sys/geom/geom_int.h
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2002-09-28 11:57:20 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2002-09-28 11:57:20 +0000
commit4ae677009edd2ac1517bb8800024fd8157b256e7 (patch)
tree40b1e818a036fa605ff8ea48182d112c3308e3fb /sys/geom/geom_int.h
parenteadf0ffdce0a6b06da3ad18f4af443e66fd540cc (diff)
Notes
Diffstat (limited to 'sys/geom/geom_int.h')
-rw-r--r--sys/geom/geom_int.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/geom/geom_int.h b/sys/geom/geom_int.h
index 33fd6756c25e..5e742a07a822 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;