summaryrefslogtreecommitdiff
path: root/gcc/genconfig.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/genconfig.c')
-rwxr-xr-xgcc/genconfig.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc/genconfig.c b/gcc/genconfig.c
index defc3d5..5a6c04f 100755
--- a/gcc/genconfig.c
+++ b/gcc/genconfig.c
@@ -298,16 +298,10 @@ xrealloc (old, size)
static void
fatal (const char *format, ...)
{
-#ifndef ANSI_PROTOTYPES
- const char *format;
-#endif
va_list ap;
VA_START (ap, format);
-#ifndef ANSI_PROTOTYPES
- format = va_arg (ap, const char *);
-#endif
fprintf (stderr, "genconfig: ");
vfprintf (stderr, format, ap);