aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/java-tree.h
diff options
context:
space:
mode:
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 c13f095..781721f 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. */