8314734: Remove unused field TypeVariableImpl.EMPTY_ANNOTATION_ARRAY
Reviewed-by: bpb, darcy
This commit is contained in:
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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user