(gen_formal_types_die): Delete extra argument from
authorJim Wilson <wilson@gcc.gnu.org>
Fri, 30 Aug 1996 21:51:34 +0000 (14:51 -0700)
committerJim Wilson <wilson@gcc.gnu.org>
Fri, 30 Aug 1996 21:51:34 +0000 (14:51 -0700)
gen_type_die call.

From-SVN: r12684

gcc/dwarf2out.c

index 4e06da64100e71a5d53722a0a4bf7cec2c1cd210..1bda04ec0b0d1645b6694da41f31d5ad6e8412d4 100644 (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);
     }
 }