Skip to content

Commit 7b87875

Browse files
committed
Remove unused property
1 parent ac12d29 commit 7b87875

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/isal/isal_zlib.pyx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -701,9 +701,6 @@ cdef class Decompress:
701701
finally:
702702
PyMem_Free(obuf)
703703

704-
@property
705-
def crc(self):
706-
return self.stream.crc
707704

708705
cdef wbits_to_flag_and_hist_bits_deflate(int wbits,
709706
unsigned short * hist_bits,

0 commit comments

Comments
 (0)