(bss_section): Delete unused parameters.

From-SVN: r12912
This commit is contained in:
Jim Wilson 1996-10-07 16:54:39 -07:00
parent e90b62db74
commit da2c54476f

View 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)
{