* cpperror.c (fatal): Removed function.
authorPer Bothner <bothner@gcc.gnu.org>
Fri, 7 Jun 1996 07:31:46 +0000 (00:31 -0700)
committerPer Bothner <bothner@gcc.gnu.org>
Fri, 7 Jun 1996 07:31:46 +0000 (00:31 -0700)
From-SVN: r12208

gcc/cpperror.c

index 29bd9c8b85a21d297e355936f9acebe3642e5c47..fc02c048e64276738cedb5547ff47094ad29f3a4 100644 (file)
@@ -119,17 +119,6 @@ cpp_fatal (pfile, str, arg)
   fprintf (stderr, "%s: ", progname);
   cpp_message (pfile, 2, str, arg);
 }
-
-void
-fatal (str, arg)
-     char *str, *arg;
-{
-  fprintf (stderr, "%s: ", progname);
-  fprintf (stderr, str, arg);
-  fprintf (stderr, "\n");
-  exit (FATAL_EXIT_CODE);
-}
-
 \f
 void
 cpp_pfatal_with_name (pfile, name)