summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/tools/fuzzing.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/tools/fuzzing.h b/src/tools/fuzzing.h
index f08fac2d9..7dac502db 100644
--- a/src/tools/fuzzing.h
+++ b/src/tools/fuzzing.h
@@ -425,9 +425,7 @@ private:
Index num = upTo(3);
for (size_t i = 0; i < num; i++) {
// Events should have void return type and at least one param type
- Type type = getConcreteType();
std::vector<Type> params;
- params.push_back(type);
Index numValues =
wasm.features.hasMultivalue() ? upToSquared(MAX_PARAMS) : upTo(2);
for (Index i = 0; i < numValues; i++) {