diff options
author | Ben Smith <binji@chromium.org> | 2016-09-22 17:39:20 -0700 |
---|---|---|
committer | Ben Smith <binji@chromium.org> | 2016-09-29 11:37:27 -0700 |
commit | b4d2bc2f3fe925a78a7e1ea061106b1f01e8dba2 (patch) | |
tree | f6ae9ce3def03e9945cf2108221b0ab2138fa42a /src/wasm-ast.h | |
parent | cca0d93b8ba2a6ea101f18927eddfbe5ec726dd0 (diff) | |
download | wabt-b4d2bc2f3fe925a78a7e1ea061106b1f01e8dba2.tar.gz wabt-b4d2bc2f3fe925a78a7e1ea061106b1f01e8dba2.tar.bz2 wabt-b4d2bc2f3fe925a78a7e1ea061106b1f01e8dba2.zip |
parse tests for {im,ex}porting tables, etc.
Diffstat (limited to 'src/wasm-ast.h')
-rw-r--r-- | src/wasm-ast.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/wasm-ast.h b/src/wasm-ast.h index 85dd8712..e5dbf611 100644 --- a/src/wasm-ast.h +++ b/src/wasm-ast.h @@ -207,7 +207,6 @@ typedef WasmDataSegment* WasmDataSegmentPtr; WASM_DEFINE_VECTOR(data_segment_ptr, WasmDataSegmentPtr); typedef struct WasmImport { - WasmStringSlice name; WasmStringSlice module_name; WasmStringSlice field_name; WasmExternalKind kind; |