(bss_section): Delete unused parameters.
authorJim Wilson <wilson@gcc.gnu.org>
Mon, 7 Oct 1996 23:54:39 +0000 (16:54 -0700)
committerJim Wilson <wilson@gcc.gnu.org>
Mon, 7 Oct 1996 23:54:39 +0000 (16:54 -0700)
From-SVN: r12912

gcc/varasm.c

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