Skip to content

Commit

Permalink
Remove unused value
Browse files Browse the repository at this point in the history
  • Loading branch information
twharmon authored and aykevl committed Jan 29, 2024
1 parent 0ea5cfc commit cc3e785
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions targets/wasm_exec.js
Original file line number Diff line number Diff line change
Expand Up @@ -466,8 +466,6 @@
this._idPool = []; // unused ids that have been garbage collected
this.exited = false; // whether the Go program has exited

const mem = new DataView(this._inst.exports.memory.buffer)

while (true) {
const callbackPromise = new Promise((resolve) => {
this._resolveCallbackPromise = () => {
Expand Down

0 comments on commit cc3e785

Please sign in to comment.