Skip to content

Commit

Permalink
_ResultIterator: Remove unused dumpopts variable
Browse files Browse the repository at this point in the history
Remove the "dumpopts" variable from _ResultIterator.__next__(). It was
forgotten when the function was switched to using _jv_to_python().
  • Loading branch information
spbnick committed Sep 15, 2020
1 parent 5784d2b commit efad876
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion jq.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,6 @@ cdef class _ResultIterator(object):
return self

def __next__(self):
cdef int dumpopts = 0
while True:
if not self._ready:
self._ready_next_input()
Expand Down

0 comments on commit efad876

Please sign in to comment.