Skip to content

Commit 2dcb19c

Browse files
committed
Remove unused flush methods
1 parent ec3a1aa commit 2dcb19c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/isal/isal_zlib.pyx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,6 @@ Z_FILTERED=zlib.Z_FILTERED
6363
Z_FIXED=zlib.Z_FIXED
6464

6565
# Flush methods
66-
ISAL_NO_FLUSH=NO_FLUSH
67-
ISAL_SYNC_FLUSH=SYNC_FLUSH
68-
ISAL_FULL_FLUSH=FULL_FLUSH
69-
7066
Z_NO_FLUSH=zlib.Z_NO_FLUSH
7167
Z_SYNC_FLUSH=zlib.Z_SYNC_FLUSH
7268
Z_FULL_FLUSH=zlib.Z_FULL_FLUSH

0 commit comments

Comments
 (0)