summaryrefslogtreecommitdiff
path: root/deps/v8/src/wasm/wasm-external-refs.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/wasm/wasm-external-refs.h')
-rw-r--r--deps/v8/src/wasm/wasm-external-refs.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/deps/v8/src/wasm/wasm-external-refs.h b/deps/v8/src/wasm/wasm-external-refs.h
index 438235179b..fc116b7fd8 100644
--- a/deps/v8/src/wasm/wasm-external-refs.h
+++ b/deps/v8/src/wasm/wasm-external-refs.h
@@ -67,9 +67,6 @@ uint32_t word32_ror_wrapper(Address data);
void float64_pow_wrapper(Address data);
-void set_thread_in_wasm_flag();
-void clear_thread_in_wasm_flag();
-
typedef void (*WasmTrapCallbackForTesting)();
void set_trap_callback_for_testing(WasmTrapCallbackForTesting callback);