Commit 6bb88f3b by Jason Merrill

delete stray semicolon

From-SVN: r31365
parent 80cca0e1
...@@ -3351,7 +3351,7 @@ check_field_decl (field, t, cant_have_const_ctor, ...@@ -3351,7 +3351,7 @@ check_field_decl (field, t, cant_have_const_ctor,
(DECL_PACKED (field) (DECL_PACKED (field)
? BITS_PER_UNIT ? BITS_PER_UNIT
: TYPE_ALIGN (TREE_TYPE (field)))); : TYPE_ALIGN (TREE_TYPE (field))));
}; }
/* Check the data members (both static and non-static), class-scoped /* Check the data members (both static and non-static), class-scoped
typedefs, etc., appearing in the declaration of T. Issue typedefs, etc., appearing in the declaration of T. Issue
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment