diff options
| -rw-r--r-- | gcc/toplev.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/gcc/toplev.c b/gcc/toplev.c index ff7457c..068a122 100644 --- a/gcc/toplev.c +++ b/gcc/toplev.c @@ -2301,14 +2301,6 @@ botch (s) abort (); } -#ifdef __GNUC__ -void -(abort) () -{ - raise (6); -} -#endif - /* Same as `malloc' but report error if no memory available. */ PTR |
