Skip to content

Commit ac12d29

Browse files
committed
Remove unused function
1 parent 7f9d761 commit ac12d29

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/isal/isal_zlib.pyx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -127,12 +127,6 @@ def crc32(data, value = 0):
127127
finally:
128128
PyBuffer_Release(buffer)
129129

130-
cdef Py_ssize_t Py_ssize_t_min(Py_ssize_t a, Py_ssize_t b):
131-
if a <= b:
132-
return a
133-
else:
134-
return b
135-
136130
ctypedef fused stream_or_state:
137131
isal_zstream
138132
inflate_state

0 commit comments

Comments
 (0)