diff options
Diffstat (limited to 'gcc/fix-header.c')
-rw-r--r-- | gcc/fix-header.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/gcc/fix-header.c b/gcc/fix-header.c index 35942d2..dfde8e5 100644 --- a/gcc/fix-header.c +++ b/gcc/fix-header.c @@ -367,16 +367,6 @@ xfree (ptr) free (ptr); } -/* Avoid error if config defines abort as fancy_abort. - It's not worth "really" implementing this because ordinary - compiler users never run fix-header. */ - -void -fancy_abort () -{ - abort (); -} - #define obstack_chunk_alloc xmalloc #define obstack_chunk_free xfree struct obstack scan_file_obstack; |