mirror of
https://github.com/mozilla/pdf.js.git
synced 2026-04-09 14:54:04 +02:00
Merge pull request #20733 from Snuffleupagus/LZWStream-rm-lastCode
Remove unused `lastCode` property from the `LZWStream` class (PR 324 follow-up)
This commit is contained in:
commit
3c434140ea
@ -56,7 +56,6 @@ class LZWStream extends DecodeStream {
|
||||
}
|
||||
this.bitsCached = bitsCached -= n;
|
||||
this.cachedData = cachedData;
|
||||
this.lastCode = null;
|
||||
return (cachedData >>> bitsCached) & ((1 << n) - 1);
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user