aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/check-init.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/java/check-init.c')
-rw-r--r--gcc/java/check-init.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/java/check-init.c b/gcc/java/check-init.c
index a202b45..63ee697 100644
--- a/gcc/java/check-init.c
+++ b/gcc/java/check-init.c
@@ -39,11 +39,6 @@ typedef unsigned int word;
/* Pointer to a bitstring. */
typedef word *words;
-/* For a local VAR_DECL, holds the index into a words bitstring that
- specifies if this decl is definitively assigned.
- A DECL_BIT_INDEX of -1 means we no longer care. */
-#define DECL_BIT_INDEX(DECL) DECL_FIELD_SIZE(DECL)
-
/* Number of locals variables currently active. */
int num_current_locals = 0;