8314734: Remove unused field TypeVariableImpl.EMPTY_ANNOTATION_ARRAY

Reviewed-by: bpb, darcy
This commit is contained in:
Andrey Turbanov 2023-08-23 20:41:28 +00:00
parent 57a322da9b
commit 68815d54c1

@ -210,8 +210,6 @@ public class TypeVariableImpl<D extends GenericDeclaration>
typeVarIndex());
}
private static final Annotation[] EMPTY_ANNOTATION_ARRAY = new Annotation[0];
// Helpers for annotation methods
private int typeVarIndex() {
TypeVariable<?>[] tVars = getGenericDeclaration().getTypeParameters();