diff options
Diffstat (limited to 'src/wasm.h')
-rw-r--r-- | src/wasm.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -545,7 +545,6 @@ typedef struct WasmScript { typedef void* WasmScanner; typedef struct WasmParser { - WasmScanner scanner; WasmScript script; int errors; } WasmParser; |