| Index: src/messages.h
|
| diff --git a/src/messages.h b/src/messages.h
|
| index 32bcc49ecfc1d1a0f08c86a23dd6d5a425c128b5..6aa51dc9010c04e22c38d46dd43c42c7e62a9415 100644
|
| --- a/src/messages.h
|
| +++ b/src/messages.h
|
| @@ -538,7 +538,6 @@ class CallSiteUtils : public AllStatic {
|
| T(WasmTrapFloatUnrepresentable, "integer result unrepresentable") \
|
| T(WasmTrapFuncInvalid, "invalid function") \
|
| T(WasmTrapFuncSigMismatch, "function signature mismatch") \
|
| - T(WasmTrapMemAllocationFail, "failed to allocate memory") \
|
| T(WasmTrapInvalidIndex, "invalid index into function table")
|
|
|
| class MessageTemplate {
|
|
|