]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/gcov.c
Makefile.in (BUILD_ERRORS): Set to build-errors.
[thirdparty/gcc.git] / gcc / gcov.c
index c988730e38a74763b454632a8206944e434268ca..0e6a6f8de494bbef25a96ffe39380d7beebbfc78 100644 (file)
@@ -373,17 +373,6 @@ fnotice (FILE *file, const char *msgid, ...)
   vfprintf (file, _(msgid), ap);
   va_end (ap);
 }
-
-/* More 'friendly' abort that prints the line and file.
-   config.h can #define abort fancy_abort if you like that sort of thing.  */
-extern void fancy_abort (void) ATTRIBUTE_NORETURN;
-
-void
-fancy_abort (void)
-{
-  fnotice (stderr, "Internal gcov abort.\n");
-  exit (FATAL_EXIT_CODE);
-}
 \f
 /* Print a usage message and exit.  If ERROR_P is nonzero, this is an error,
    otherwise the output of --help.  */