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 92aff387..4cfb5685 100644
--- a/src/wasm.h
+++ b/src/wasm.h
@@ -545,7 +545,6 @@ typedef struct WasmScript {
typedef void* WasmScanner;
typedef struct WasmParser {
- WasmScanner scanner;
WasmScript script;
int errors;
} WasmParser;