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 2afd3fc..f986484 100644 --- a/gcc/ada/usage.adb +++ b/gcc/ada/usage.adb @@ -378,11 +378,6 @@ begin Write_Switch_Char ("p"); Write_Line ("Suppress all checks"); - -- Line for -gnatP switch - - Write_Switch_Char ("P"); - Write_Line ("Generate periodic calls to System.Polling.Poll"); - -- Line for -gnatq switch Write_Switch_Char ("q"); |