| Index: src/wasm/wasm-module.h
|
| diff --git a/src/wasm/wasm-module.h b/src/wasm/wasm-module.h
|
| index 0ef8aa89a20690223333ccc9c7212107348275dd..6715c7efe307cbe9e26eff2aa104170baf66dcba 100644
|
| --- a/src/wasm/wasm-module.h
|
| +++ b/src/wasm/wasm-module.h
|
| @@ -443,9 +443,6 @@ void DetachWebAssemblyMemoryBuffer(Isolate* isolate,
|
| void UpdateDispatchTables(Isolate* isolate, Handle<FixedArray> dispatch_tables,
|
| int index, Handle<JSFunction> js_function);
|
|
|
| -void GrowDispatchTables(Isolate* isolate, Handle<FixedArray> dispatch_tables,
|
| - uint32_t old_size, uint32_t count);
|
| -
|
| //============================================================================
|
| //== Compilation and instantiation ===========================================
|
| //============================================================================
|
|
|