diff options
Diffstat (limited to 'gcc/ada/switch-b.adb')
-rw-r--r-- | gcc/ada/switch-b.adb | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/gcc/ada/switch-b.adb b/gcc/ada/switch-b.adb index 0d44aa8..8b66267 100644 --- a/gcc/ada/switch-b.adb +++ b/gcc/ada/switch-b.adb @@ -26,7 +26,6 @@ with Debug; use Debug; with Osint; use Osint; with Opt; use Opt; -with Output; use Output; with System.WCh_Con; use System.WCh_Con; @@ -166,14 +165,6 @@ package body Switch.B is Ptr := Ptr + 1; Check_Only := True; - -- Processing for C switch - - when 'C' => - Ptr := Ptr + 1; - Ada_Bind_File := False; - - Write_Line ("warning: gnatbind switch -C is obsolescent"); - -- Processing for d switch when 'd' => |