From 6bb88f3be6ef0f0ad8b7a3819ddefafa63283e76 Mon Sep 17 00:00:00 2001 From: Jason Merrill Date: Wed, 12 Jan 2000 19:35:38 -0500 Subject: [PATCH] delete stray semicolon From-SVN: r31365 --- gcc/cp/class.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/cp/class.c b/gcc/cp/class.c index 16ef0da..23cd82c 100644 --- a/gcc/cp/class.c +++ b/gcc/cp/class.c @@ -3351,7 +3351,7 @@ check_field_decl (field, t, cant_have_const_ctor, (DECL_PACKED (field) ? BITS_PER_UNIT : TYPE_ALIGN (TREE_TYPE (field)))); -}; +} /* Check the data members (both static and non-static), class-scoped typedefs, etc., appearing in the declaration of T. Issue -- 2.7.4