aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--infback.c1
-rw-r--r--inflate.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/infback.c b/infback.c
index 5462952..c026485 100644
--- a/infback.c
+++ b/infback.c
@@ -403,7 +403,6 @@ void FAR *out_desc;
403 PULLBYTE(); 403 PULLBYTE();
404 } 404 }
405 if (here.val < 16) { 405 if (here.val < 16) {
406 NEEDBITS(here.bits);
407 DROPBITS(here.bits); 406 DROPBITS(here.bits);
408 state->lens[state->have++] = here.val; 407 state->lens[state->have++] = here.val;
409 } 408 }
diff --git a/inflate.c b/inflate.c
index 214bf26..6b0ebbf 100644
--- a/inflate.c
+++ b/inflate.c
@@ -944,7 +944,6 @@ int flush;
944 PULLBYTE(); 944 PULLBYTE();
945 } 945 }
946 if (here.val < 16) { 946 if (here.val < 16) {
947 NEEDBITS(here.bits);
948 DROPBITS(here.bits); 947 DROPBITS(here.bits);
949 state->lens[state->have++] = here.val; 948 state->lens[state->have++] = here.val;
950 } 949 }