From c8fb2307d569a7bfe725a238d853c10851bec4dc Mon Sep 17 00:00:00 2001 From: Per Bothner Date: Fri, 7 Jun 1996 00:31:46 -0700 Subject: [PATCH] * cpperror.c (fatal): Removed function. From-SVN: r12208 --- gcc/cpperror.c | 11 ----------- 1 file changed, 11 deletions(-) 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) -- 2.30.2