mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-16 02:33:28 +00:00
Remove unused value
This commit is contained in:
@@ -466,8 +466,6 @@
|
|||||||
this._idPool = []; // unused ids that have been garbage collected
|
this._idPool = []; // unused ids that have been garbage collected
|
||||||
this.exited = false; // whether the Go program has exited
|
this.exited = false; // whether the Go program has exited
|
||||||
|
|
||||||
const mem = new DataView(this._inst.exports.memory.buffer)
|
|
||||||
|
|
||||||
while (true) {
|
while (true) {
|
||||||
const callbackPromise = new Promise((resolve) => {
|
const callbackPromise = new Promise((resolve) => {
|
||||||
this._resolveCallbackPromise = () => {
|
this._resolveCallbackPromise = () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user