From: Jim Wilson Date: Mon, 7 Oct 1996 23:54:39 +0000 (-0700) Subject: (bss_section): Delete unused parameters. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=da2c54476f5026b213048fabad026040170c05e1;p=gcc.git (bss_section): Delete unused parameters. From-SVN: r12912 --- diff --git a/gcc/varasm.c b/gcc/varasm.c index 28e322d0d81..bae1242d031 100644 --- a/gcc/varasm.c +++ b/gcc/varasm.c @@ -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) {