aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/semantics.c
diff options
context:
space:
mode:
authorNathan Sidwell <nathan@codesourcery.com>2003-08-02 11:01:38 +0000
committerNathan Sidwell <nathan@gcc.gnu.org>2003-08-02 11:01:38 +0000
commit2937079664a6145b45cc217f2fe4bafa83027bdd (patch)
treed649cf4d58c4a450497eb8d7c3879a43bc3e2139 /gcc/cp/semantics.c
parent50612a04e59e7e68cd2ecedf34e9bad1ec2b5827 (diff)
downloadgcc-2937079664a6145b45cc217f2fe4bafa83027bdd.zip
gcc-2937079664a6145b45cc217f2fe4bafa83027bdd.tar.gz
gcc-2937079664a6145b45cc217f2fe4bafa83027bdd.tar.bz2
cp-tree.h (pushclass): Remove unneeded parameter.
cp: * cp-tree.h (pushclass): Remove unneeded parameter. * class.c (pushclass): Remove unneeded MODIFY parm. Adjust. (push_nested_class): Adjust pushclass call. * pt.c (instantiate_class_template): Likewise. * semantics.c (begin_class_definition): Likewise. From-SVN: r70101
Diffstat (limited to 'gcc/cp/semantics.c')
-rw-r--r--gcc/cp/semantics.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/semantics.c b/gcc/cp/semantics.c
index a5130a5..11f5ff0 100644
--- a/gcc/cp/semantics.c
+++ b/gcc/cp/semantics.c
@@ -2025,7 +2025,7 @@ begin_class_definition (tree t)
pushtag (TYPE_IDENTIFIER (t), t, 0);
}
maybe_process_partial_specialization (t);
- pushclass (t, true);
+ pushclass (t);
TYPE_BEING_DEFINED (t) = 1;
TYPE_PACKED (t) = flag_pack_struct;
/* Reset the interface data, at the earliest possible