summaryrefslogtreecommitdiffstats
path: root/sys/geom/bde/g_bde.c
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2003-05-31 16:59:27 +0000
committerphk <phk@FreeBSD.org>2003-05-31 16:59:27 +0000
commite2298826ec1c412444f7feac518da51c4b7de988 (patch)
treeb1566f106eb6a8e53ceaab855d02b9d6807c3add /sys/geom/bde/g_bde.c
parentdc5b07a729fa86298afcafa5a2ff51ef51bcedd7 (diff)
downloadFreeBSD-src-e2298826ec1c412444f7feac518da51c4b7de988.zip
FreeBSD-src-e2298826ec1c412444f7feac518da51c4b7de988.tar.gz
Remove the G_CLASS_INITIALIZER, we do not need it anymore.
Diffstat (limited to 'sys/geom/bde/g_bde.c')
-rw-r--r--sys/geom/bde/g_bde.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/geom/bde/g_bde.c b/sys/geom/bde/g_bde.c
index d0a986f..e2b9bc0 100644
--- a/sys/geom/bde/g_bde.c
+++ b/sys/geom/bde/g_bde.c
@@ -285,7 +285,6 @@ static struct g_class g_bde_class = {
.name = BDE_CLASS_NAME,
.create_geom = g_bde_create_geom,
.destroy_geom = g_bde_destroy_geom,
- G_CLASS_INITIALIZER
};
DECLARE_GEOM_CLASS(g_bde_class, g_bde);
OpenPOWER on IntegriCloud