mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8314734: Remove unused field TypeVariableImpl.EMPTY_ANNOTATION_ARRAY
Reviewed-by: bpb, darcy
This commit is contained in:
parent
57a322da9b
commit
68815d54c1
1 changed files with 0 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue