diff options
Diffstat (limited to 'gcc/ada/frontend.adb')
-rw-r--r-- | gcc/ada/frontend.adb | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/gcc/ada/frontend.adb b/gcc/ada/frontend.adb index 7c56ac9789f..8a64134d91d 100644 --- a/gcc/ada/frontend.adb +++ b/gcc/ada/frontend.adb @@ -99,13 +99,6 @@ begin CStand.Create_Standard; - -- If the -gnatd.H flag is present, we are only interested in the Standard - -- package, so the frontend has done its job here. - - if Debug_Flag_Dot_HH then - return; - end if; - -- Check possible symbol definitions specified by -gnateD switches Prepcomp.Process_Command_Line_Symbol_Definitions; |