diff options
Diffstat (limited to 'gcc/ada/usage.adb')
-rw-r--r-- | gcc/ada/usage.adb | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/ada/usage.adb b/gcc/ada/usage.adb index 48fe87d..f96bfe5 100644 --- a/gcc/ada/usage.adb +++ b/gcc/ada/usage.adb @@ -331,11 +331,6 @@ begin Write_Switch_Char ("n[?]"); Write_Line ("Enable pragma Inline (both within and across units, ?=1/2)"); - -- Line for -gnatN switch - - Write_Switch_Char ("N"); - Write_Line ("Full (frontend) inlining of subprograms"); - -- Line for -gnato switch Write_Switch_Char ("o"); |