summaryrefslogtreecommitdiff
path: root/gcc/dbxout.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/dbxout.c')
-rw-r--r--gcc/dbxout.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/dbxout.c b/gcc/dbxout.c
index a8b47bad876..77e1b35d8d9 100644
--- a/gcc/dbxout.c
+++ b/gcc/dbxout.c
@@ -1636,7 +1636,6 @@ dbxout_type (tree type, int full)
int i, n_baseclasses = 0;
if (TYPE_BINFO (type) != 0
- && TREE_CODE (TYPE_BINFO (type)) == TREE_VEC
&& TYPE_BINFO_BASETYPES (type) != 0)
n_baseclasses = TREE_VEC_LENGTH (TYPE_BINFO_BASETYPES (type));