Skip to content

Commit 4384e43

Browse files
committed
findbugs: remove index masking field
1 parent f7b91bb commit 4384e43

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

graalpython/com.oracle.graal.python/src/com/oracle/graal/python/builtins/objects/iterator/PIntegerSequenceIterator.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
public final class PIntegerSequenceIterator extends PIntegerIterator {
3232

3333
final IntSequenceStorage sequence;
34-
int index;
3534

3635
public PIntegerSequenceIterator(Object clazz, DynamicObject storage, IntSequenceStorage sequence) {
3736
super(clazz, storage);

0 commit comments

Comments
 (0)