diff options
Diffstat (limited to 'gcc/java/verify-impl.c')
-rw-r--r-- | gcc/java/verify-impl.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/java/verify-impl.c b/gcc/java/verify-impl.c index 759ee42..1286121 100644 --- a/gcc/java/verify-impl.c +++ b/gcc/java/verify-impl.c @@ -2035,7 +2035,6 @@ check_field_constant (int index, type *class_type, bool putfield) { vfy_string name, field_type; const char *typec; - int len; type t; type ct = handle_field_or_method (index, @@ -2044,7 +2043,6 @@ check_field_constant (int index, type *class_type, bool putfield) if (class_type) *class_type = ct; typec = vfy_string_bytes (field_type); - len = vfy_string_length (field_type); if (typec[0] == '[' || typec[0] == 'L') init_type_from_string (&t, field_type); else |