aboutsummaryrefslogtreecommitdiff
path: root/sys/geom/geom_mirror.c
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2003-05-31 16:59:27 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2003-05-31 16:59:27 +0000
commitf075585f67399aa81683f8bcf0d15169dc4aeab4 (patch)
treeb1566f106eb6a8e53ceaab855d02b9d6807c3add /sys/geom/geom_mirror.c
parent8e5d2c7eca38fef66a43dcbb49a56bc5bddc5579 (diff)
downloadsrc-f075585f67399aa81683f8bcf0d15169dc4aeab4.tar.gz
src-f075585f67399aa81683f8bcf0d15169dc4aeab4.zip
Remove the G_CLASS_INITIALIZER, we do not need it anymore.
Notes
Notes: svn path=/head/; revision=115468
Diffstat (limited to 'sys/geom/geom_mirror.c')
-rw-r--r--sys/geom/geom_mirror.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/geom/geom_mirror.c b/sys/geom/geom_mirror.c
index 2b6b2890dd1d..09e7f549486b 100644
--- a/sys/geom/geom_mirror.c
+++ b/sys/geom/geom_mirror.c
@@ -232,7 +232,6 @@ g_mirror_taste(struct g_class *mp, struct g_provider *pp, int flags __unused)
static struct g_class g_mirror_class = {
.name = MIRROR_CLASS_NAME,
.taste = g_mirror_taste,
- G_CLASS_INITIALIZER
};
DECLARE_GEOM_CLASS(g_mirror_class, g_mirror);