diff options
Diffstat (limited to 'src/wasm.h')
-rw-r--r-- | src/wasm.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/wasm.h b/src/wasm.h index db8d2c608..3b318c6ee 100644 --- a/src/wasm.h +++ b/src/wasm.h @@ -1069,12 +1069,8 @@ public: CallIndirect(MixedArena& allocator) : operands(allocator) {} ExpressionList operands; - FunctionType *fullType; + Name fullType; Expression *target; - - void finalize() { - type = fullType->result; - } }; class GetLocal : public SpecificExpression<Expression::GetLocalId> { |