summaryrefslogtreecommitdiff
path: root/src/wasm-ast.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wasm-ast.h')
-rw-r--r--src/wasm-ast.h1
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;