summaryrefslogtreecommitdiffstats
path: root/gcc/java/java-tree.h
diff options
context:
space:
mode:
authorgkm <gkm@138bc75d-0d04-0410-961f-82ee72b054a4>1999-10-16 01:25:52 +0000
committergkm <gkm@138bc75d-0d04-0410-961f-82ee72b054a4>1999-10-16 01:25:52 +0000
commit96f23ba319ad475c45f2787bc3a5ef8220740d1a (patch)
treeb69124812eb9790df14c15bf1a195bdbec7d18fd /gcc/java/java-tree.h
parent5e57d7a8002420515f888c8ac1732e9401cd8290 (diff)
downloadppe42-gcc-96f23ba319ad475c45f2787bc3a5ef8220740d1a.tar.gz
ppe42-gcc-96f23ba319ad475c45f2787bc3a5ef8220740d1a.zip
* java-tree.h (flag_bounds_check): Remove extern decl.
* lang.c (flag_bounds_check): Remove global variable. (lang_f_options): Remove "bounds-check" entry. (lang_init_options): Default flag_bounds_check to "on". git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@30036 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/java/java-tree.h')
-rw-r--r--gcc/java/java-tree.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/java/java-tree.h b/gcc/java/java-tree.h
index c13f0955fc5..781721f0b19 100644
--- a/gcc/java/java-tree.h
+++ b/gcc/java/java-tree.h
@@ -115,11 +115,6 @@ extern tree current_class;
/* List of all class DECLs seen so far. */
extern tree all_class_list;
-/* Nonzero if we want to automatically do array bounds checking;
- on by default. Use -fno-bounds-check to disable. */
-
-extern int flag_bounds_check;
-
/* Nonzero if we should make is_compiled_class always return 1 for
appropriate classes that we're referencing. */
OpenPOWER on IntegriCloud