diff options
Diffstat (limited to 'src/wasm-parser-lexer-shared.h')
-rw-r--r-- | src/wasm-parser-lexer-shared.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/wasm-parser-lexer-shared.h b/src/wasm-parser-lexer-shared.h index 83c05a72..12b0f885 100644 --- a/src/wasm-parser-lexer-shared.h +++ b/src/wasm-parser-lexer-shared.h @@ -50,7 +50,6 @@ typedef union WasmToken { WasmVarVector vars; WasmExprPtr expr; WasmExprPtrVector exprs; - WasmTypeBindings type_bindings; WasmFuncField* func_fields; WasmFunc* func; WasmSegment segment; |