| Index: src/runtime/runtime.h
|
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h
|
| index a1eda1f4136d74f8a0ce7b34d2d31d6e605f550b..c0cbdde10f22c320a1ce8bda04dcc884868c431c 100644
|
| --- a/src/runtime/runtime.h
|
| +++ b/src/runtime/runtime.h
|
| @@ -905,7 +905,6 @@ namespace internal {
|
| F(SerializeWasmModule, 1, 1) \
|
| F(DeserializeWasmModule, 2, 1) \
|
| F(IsAsmWasmCode, 1, 1) \
|
| - F(IsNotAsmWasmCode, 1, 1) \
|
| F(ValidateWasmInstancesChain, 2, 1) \
|
| F(ValidateWasmModuleState, 1, 1) \
|
| F(ValidateWasmOrphanedInstance, 1, 1)
|
|
|