aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/opt.adb
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/opt.adb')
-rw-r--r--gcc/ada/opt.adb3
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/ada/opt.adb b/gcc/ada/opt.adb
index 5427a95..8598ce2 100644
--- a/gcc/ada/opt.adb
+++ b/gcc/ada/opt.adb
@@ -23,8 +23,6 @@
-- --
------------------------------------------------------------------------------
-with Csets; use Csets;
-
package body Opt is
--------------------
@@ -188,7 +186,6 @@ package body Opt is
Prefix_Exception_Messages := True;
Uneval_Old := 'E';
Use_VADS_Size := False;
- Identifier_Char ('[') := False;
-- Note: we do not need to worry about Warnings_As_Errors_Count since
-- we do not expect to get any warnings from compiling such a unit.