More removing Zefie's asyc stuff

This commit is contained in:
Eric MacDonald
2021-08-07 15:24:24 -04:00
parent 9fc9636b2c
commit 1c8e0adbaf

View File

@@ -290,7 +290,7 @@ class WTVLzpf {
* *
* @returns {undefined} * @returns {undefined}
*/ */
async EncodeLiteral(code_length, code) { EncodeLiteral(code_length, code) {
// Using >>> to stick with unsigned integers without making a mess with casting. // 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);