summaryrefslogtreecommitdiff
path: root/src/tools/wasm-reduce.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/wasm-reduce.cpp')
-rw-r--r--src/tools/wasm-reduce.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tools/wasm-reduce.cpp b/src/tools/wasm-reduce.cpp
index d92e0a93c..078eca648 100644
--- a/src/tools/wasm-reduce.cpp
+++ b/src/tools/wasm-reduce.cpp
@@ -935,7 +935,6 @@ struct Reducer
// process things here, we may replace the module, so we should never again
// refer to curr.
assert(curr == module.get());
- WASM_UNUSED(curr);
curr = nullptr;
// Reduction of entire functions at a time is very effective, and we do it