Useless
This commit is contained in:
@@ -349,8 +349,6 @@ class WTVLzpf {
|
|||||||
* @returns {undefined}
|
* @returns {undefined}
|
||||||
*/
|
*/
|
||||||
EncodeLiteral(code_length, code) {
|
EncodeLiteral(code_length, code) {
|
||||||
// Using >>> to stick with unsigned integers without making a mess with casting.
|
|
||||||
|
|
||||||
this.current_literal |= code >>> (this.current_length & 0x1F);
|
this.current_literal |= code >>> (this.current_length & 0x1F);
|
||||||
this.current_length += code_length;
|
this.current_length += code_length;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user