summaryrefslogtreecommitdiff
path: root/src/wasm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wasm.h')
-rw-r--r--src/wasm.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/wasm.h b/src/wasm.h
index 4cfb5685..08f3d0fb 100644
--- a/src/wasm.h
+++ b/src/wasm.h
@@ -312,7 +312,6 @@ typedef enum WasmExprType {
WASM_EXPR_TYPE_LOOP,
WASM_EXPR_TYPE_MEMORY_SIZE,
WASM_EXPR_TYPE_NOP,
- WASM_EXPR_TYPE_PAGE_SIZE,
WASM_EXPR_TYPE_RETURN,
WASM_EXPR_TYPE_SELECT,
WASM_EXPR_TYPE_SET_LOCAL,