summaryrefslogtreecommitdiff
path: root/src/wasm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wasm.h')
-rw-r--r--src/wasm.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/wasm.h b/src/wasm.h
index dd7164499..29240723f 100644
--- a/src/wasm.h
+++ b/src/wasm.h
@@ -1305,10 +1305,8 @@ public:
MemorySize() { type = Type::i32; }
MemorySize(MixedArena& allocator) : MemorySize() {}
- Type ptrType = Type::i32;
Name memory;
- void make64();
void finalize();
};
@@ -1318,10 +1316,8 @@ public:
MemoryGrow(MixedArena& allocator) : MemoryGrow() {}
Expression* delta = nullptr;
- Type ptrType = Type::i32;
Name memory;
- void make64();
void finalize();
};