From b50c02f97bc1845cc247cf5972ede73f6ac5f7c8 Mon Sep 17 00:00:00 2001 From: Jim Wilson Date: Fri, 30 Aug 1996 14:51:34 -0700 Subject: [PATCH] (gen_formal_types_die): Delete extra argument from gen_type_die call. From-SVN: r12684 --- gcc/dwarf2out.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/dwarf2out.c b/gcc/dwarf2out.c index 4e06da64100..1bda04ec0b0 100644 --- a/gcc/dwarf2out.c +++ b/gcc/dwarf2out.c @@ -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); } } -- 2.30.2