We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bc8efa1 + 80db360 commit 3c43414Copy full SHA for 3c43414
1 file changed
src/core/lzw_stream.js
@@ -56,7 +56,6 @@ class LZWStream extends DecodeStream {
56
}
57
this.bitsCached = bitsCached -= n;
58
this.cachedData = cachedData;
59
- this.lastCode = null;
60
return (cachedData >>> bitsCached) & ((1 << n) - 1);
61
62
0 commit comments