diff options
Diffstat (limited to 'gcc/ada/expander.adb')
-rw-r--r-- | gcc/ada/expander.adb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/ada/expander.adb b/gcc/ada/expander.adb index b8e86b8..d6219f4 100644 --- a/gcc/ada/expander.adb +++ b/gcc/ada/expander.adb @@ -273,9 +273,6 @@ package body Expander is when N_Generic_Instantiation => Expand_N_Generic_Instantiation (N); - when N_Goto_Statement => - Expand_N_Goto_Statement (N); - when N_Handled_Sequence_Of_Statements => Expand_N_Handled_Sequence_Of_Statements (N); |