From: Per Bothner Date: Fri, 7 Jun 1996 07:31:46 +0000 (-0700) Subject: * cpperror.c (fatal): Removed function. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c8fb2307d569a7bfe725a238d853c10851bec4dc;p=gcc.git * cpperror.c (fatal): Removed function. From-SVN: r12208 --- diff --git a/gcc/cpperror.c b/gcc/cpperror.c index 29bd9c8b85a..fc02c048e64 100644 --- a/gcc/cpperror.c +++ b/gcc/cpperror.c @@ -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); -} - void cpp_pfatal_with_name (pfile, name)