From e2298826ec1c412444f7feac518da51c4b7de988 Mon Sep 17 00:00:00 2001 From: phk Date: Sat, 31 May 2003 16:59:27 +0000 Subject: Remove the G_CLASS_INITIALIZER, we do not need it anymore. --- sys/geom/geom_aes.c | 1 - 1 file changed, 1 deletion(-) (limited to 'sys/geom/geom_aes.c') diff --git a/sys/geom/geom_aes.c b/sys/geom/geom_aes.c index c9e1687..aa580cf 100644 --- a/sys/geom/geom_aes.c +++ b/sys/geom/geom_aes.c @@ -372,7 +372,6 @@ g_aes_taste(struct g_class *mp, struct g_provider *pp, int flags __unused) static struct g_class g_aes_class = { .name = AES_CLASS_NAME, .taste = g_aes_taste, - G_CLASS_INITIALIZER }; DECLARE_GEOM_CLASS(g_aes_class, g_aes); -- cgit v1.1