| Index: src/wasm/wasm-module.h
|
| diff --git a/src/wasm/wasm-module.h b/src/wasm/wasm-module.h
|
| index fb362c4a3ffa226b57c6cfaa3a15cae08b9ef7e1..7a48f4fafa8861e867367f5655383395fe406f9f 100644
|
| --- a/src/wasm/wasm-module.h
|
| +++ b/src/wasm/wasm-module.h
|
| @@ -62,7 +62,6 @@ inline bool IsValidSectionCode(uint8_t byte) {
|
| const char* SectionName(WasmSectionCode code);
|
|
|
| // Constants for fixed-size elements within a module.
|
| -static const uint32_t kMaxReturnCount = 1;
|
| static const uint8_t kResizableMaximumFlag = 1;
|
| static const int32_t kInvalidFunctionIndex = -1;
|
|
|
|
|