Skip to content

Commit 33ad138

Browse files
authored
Remove unused boolean from GemValue (#25)
1 parent 3ecd857 commit 33ad138

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

api/src/main/java/org/mapstruct/tools/gem/GemValue.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,6 @@ private ValueAnnotationValueListVisitor(Function<V, R> valueMapper) {
180180

181181
@Override
182182
public List<R> visitArray(List<? extends AnnotationValue> vals, Class<V> vClass) {
183-
boolean valid = true;
184183
List<R> values = new ArrayList<>( vals.size() );
185184
for ( AnnotationValue val : vals ) {
186185
R value = val.accept( arrayVisitor, vClass );

0 commit comments

Comments
 (0)