Index: src/wasm/wasm-module.h |
diff --git a/src/wasm/wasm-module.h b/src/wasm/wasm-module.h |
index 2dded1e1c411bd05d0d6a4a37d4341cb2f0ced5f..ba691be458f242d6dbeddb6bf67607c5d36f27fe 100644 |
--- a/src/wasm/wasm-module.h |
+++ b/src/wasm/wasm-module.h |
@@ -412,11 +412,6 @@ V8_EXPORT_PRIVATE bool ValidateModuleBytes(Isolate* isolate, const byte* start, |
int GetFunctionCodeOffset(Handle<WasmCompiledModule> compiled_module, |
int func_index); |
-// Translate from byte offset in the module to function number and byte offset |
-// within that function, encoded as line and column in the position info. |
-bool GetPositionInfo(Handle<WasmCompiledModule> compiled_module, |
- uint32_t position, Script::PositionInfo* info); |
- |
// Assumed to be called with a code object associated to a wasm module instance. |
// Intended to be called from runtime functions. |
// Returns nullptr on failing to get owning instance. |