From da2c54476f5026b213048fabad026040170c05e1 Mon Sep 17 00:00:00 2001 From: Jim Wilson Date: Mon, 7 Oct 1996 16:54:39 -0700 Subject: [PATCH] (bss_section): Delete unused parameters. From-SVN: r12912 --- gcc/varasm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.30.2