Skip to content

Commit eb8c37b

Browse files
committed
Remove redundant variable
1 parent 4ba2b36 commit eb8c37b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/isal/isal_zlib.pyx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -537,7 +537,6 @@ cdef class Decompress:
537537
cdef public bytes unused_data
538538
cdef public bytes unconsumed_tail
539539
cdef public bint eof
540-
cdef bint is_initialised
541540
cdef inflate_state stream
542541
cdef bint method_set
543542

@@ -563,7 +562,6 @@ cdef class Decompress:
563562
self.unused_data = b""
564563
self.unconsumed_tail = b""
565564
self.eof = False
566-
self.is_initialised = 1
567565

568566
def _view_bitbuffer(self):
569567
"""Shows the 64-bitbuffer of the internal inflate_state. It contains

0 commit comments

Comments
 (0)