* parse.y (named_complex_class_head_sans_basetype): Remove
always true if.
From-SVN: r35633
+2000-08-11 Nathan Sidwell <nathan@codesourcery.com>
+
+ * parse.y (named_complex_class_head_sans_basetype): Remove
+ always true if.
+
2000-08-11 Nathan Sidwell <nathan@codesourcery.com>
* decl2.c (build_expr_from_tree, case METHOD_CALL_EXPR): Build
{
current_aggr = $1;
$$.t = $3;
- if (CP_DECL_CONTEXT ($$.t))
- push_scope (CP_DECL_CONTEXT ($$.t));
+ push_scope (CP_DECL_CONTEXT ($$.t));
$$.new_type_flag = 1;
}
;