OSDN Git Service

(gen_formal_types_die): Delete extra argument from
authorwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 30 Aug 1996 21:51:34 +0000 (21:51 +0000)
committerwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 30 Aug 1996 21:51:34 +0000 (21:51 +0000)
gen_type_die call.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@12684 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/dwarf2out.c

index 4e06da6..1bda04e 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);
     }
 }