aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/runtime/runtime_wasm_js.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/runtime_wasm_js.go')
-rw-r--r--src/runtime/runtime_wasm_js.go5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/runtime/runtime_wasm_js.go b/src/runtime/runtime_wasm_js.go
index b39aef0a5..f4335e121 100644
--- a/src/runtime/runtime_wasm_js.go
+++ b/src/runtime/runtime_wasm_js.go
@@ -15,11 +15,6 @@ func _start() {
run()
}
-//go:linkname syscall_runtime_envs syscall.runtime_envs
-func syscall_runtime_envs() []string {
- return nil
-}
-
var handleEvent func()
//go:linkname setEventHandler syscall/js.setEventHandler