diff options
Diffstat (limited to 'gcc/ada/a-except.adb')
-rw-r--r-- | gcc/ada/a-except.adb | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/gcc/ada/a-except.adb b/gcc/ada/a-except.adb index fe1ca52..44ccc9a 100644 --- a/gcc/ada/a-except.adb +++ b/gcc/ada/a-except.adb @@ -209,16 +209,6 @@ package body Ada.Exceptions is end Exception_Traces; - package Exception_Propagation is - - procedure Setup_Exception - (Excep : EOA; - Current : EOA; - Reraised : Boolean := False); - -- Dummy routine used to share a-exexda.adb, do nothing - - end Exception_Propagation; - package Stream_Attributes is -------------------------------- @@ -677,22 +667,6 @@ package body Ada.Exceptions is -- This package can be easily dummied out if we do not want the basic -- support for exception messages (such as in Ada 83). - package body Exception_Propagation is - - procedure Setup_Exception - (Excep : EOA; - Current : EOA; - Reraised : Boolean := False) - is - pragma Warnings (Off, Excep); - pragma Warnings (Off, Current); - pragma Warnings (Off, Reraised); - begin - null; - end Setup_Exception; - - end Exception_Propagation; - ---------------------- -- Exception_Traces -- ---------------------- |