(gen_formal_types_die): Delete extra argument from

gen_type_die call.

From-SVN: r12684
This commit is contained in:
Jim Wilson 1996-08-30 14:51:34 -07:00
parent cca4647dd4
commit b50c02f97b
1 changed files with 1 additions and 1 deletions

View File

@ -6064,7 +6064,7 @@ gen_formal_types_die (function_or_method_type, context_die)
if (formal_type == void_type_node)
break;
gen_type_die (formal_type, function_or_method_type, context_die);
gen_type_die (formal_type, context_die);
}
}