summaryrefslogtreecommitdiff
path: root/infblock.c
diff options
context:
space:
mode:
Diffstat (limited to 'infblock.c')
-rw-r--r--infblock.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/infblock.c b/infblock.c
index f8940c7..f4920fa 100644
--- a/infblock.c
+++ b/infblock.c
@@ -345,13 +345,6 @@ int r;
345 s->mode = TYPE; 345 s->mode = TYPE;
346 break; 346 break;
347 } 347 }
348 if (k > 7) /* return unused byte, if any */
349 {
350 Assert(k < 16, "inflate_codes grabbed too many bytes")
351 k -= 8;
352 n++;
353 p--; /* can always return one */
354 }
355 s->mode = DRY; 348 s->mode = DRY;
356 case DRY: 349 case DRY:
357 FLUSH 350 FLUSH