diff options
Diffstat (limited to 'gcc/cp/class.c')
-rw-r--r-- | gcc/cp/class.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/cp/class.c b/gcc/cp/class.c index e5ce5baa224..beb333076a3 100644 --- a/gcc/cp/class.c +++ b/gcc/cp/class.c @@ -4660,8 +4660,6 @@ pushclass (type, modify) build_mi_matrix (type); push_class_decls (type); free_mi_matrix (); - if (current_class_depth == 1) - previous_class_type = type; } else { |