delete stray semicolon
From-SVN: r31365
This commit is contained in:
parent
80cca0e191
commit
6bb88f3be6
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue