Skip to content

Commit aeb16f7

Browse files
committed
Types: remove unused VarMap constructor
1 parent f843c98 commit aeb16f7

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/main/java/org/scijava/util/Types.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3516,10 +3516,6 @@ void addAll(final TypeVariable<?>[] variables, final Type[] values) {
35163516
}
35173517
}
35183518

3519-
VarMap(final TypeVariable<?>[] variables, final Type[] values) {
3520-
addAll(variables, values);
3521-
}
3522-
35233519
Type map(final Type type) {
35243520
if (type instanceof Class) {
35253521
return type;

0 commit comments

Comments
 (0)