OSDN Git Service

(bss_section): Delete unused parameters.
authorwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 7 Oct 1996 23:54:39 +0000 (23:54 +0000)
committerwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 7 Oct 1996 23:54:39 +0000 (23:54 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@12912 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/varasm.c

index 28e322d..bae1242 100644 (file)
@@ -278,7 +278,7 @@ named_section (decl, name)
 /* Tell the assembler to switch to the bss section.  */
 
 void
 /* Tell the assembler to switch to the bss section.  */
 
 void
-bss_section (decl, name)
+bss_section ()
 {
   if (in_section != in_bss)
     {
 {
   if (in_section != in_bss)
     {