summaryrefslogtreecommitdiff
path: root/src/wasm-traversal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wasm-traversal.h')
-rw-r--r--src/wasm-traversal.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/wasm-traversal.h b/src/wasm-traversal.h
index 212ded365..57e3a021f 100644
--- a/src/wasm-traversal.h
+++ b/src/wasm-traversal.h
@@ -406,8 +406,6 @@ using ExpressionStack = SmallVector<Expression*, 10>;
template<typename SubType, typename VisitorType = Visitor<SubType>>
struct ControlFlowWalker : public PostWalker<SubType, VisitorType> {
- ControlFlowWalker() = default;
-
ExpressionStack controlFlowStack; // contains blocks, loops, and ifs
// Uses the control flow stack to find the target of a break to a name