summaryrefslogtreecommitdiff
path: root/gcc/final.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/final.c')
-rwxr-xr-xgcc/final.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/gcc/final.c b/gcc/final.c
index 93d1fef..1b932fe 100755
--- a/gcc/final.c
+++ b/gcc/final.c
@@ -2733,20 +2733,12 @@ output_addr_const (file, x)
void
asm_fprintf (FILE *file, char *p, ...)
{
-#ifndef ANSI_PROTOTYPES
- FILE *file;
- char *p;
-#endif
va_list argptr;
char buf[10];
char *q, c;
VA_START (argptr, p);
-#ifndef ANSI_PROTOTYPES
- file = va_arg (argptr, FILE *);
- p = va_arg (argptr, char *);
-#endif
buf[0] = '%';