aboutsummaryrefslogtreecommitdiff
path: root/gcc/rust/checks/errors/rust-feature-gate.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/rust/checks/errors/rust-feature-gate.h')
-rw-r--r--gcc/rust/checks/errors/rust-feature-gate.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/rust/checks/errors/rust-feature-gate.h b/gcc/rust/checks/errors/rust-feature-gate.h
index a4e2f90..5d74704 100644
--- a/gcc/rust/checks/errors/rust-feature-gate.h
+++ b/gcc/rust/checks/errors/rust-feature-gate.h
@@ -97,8 +97,6 @@ public:
void visit (AST::IfExprConseqElse &expr) override {}
void visit (AST::IfLetExpr &expr) override {}
void visit (AST::IfLetExprConseqElse &expr) override {}
- void visit (AST::IfLetExprConseqIf &expr) override {}
- void visit (AST::IfLetExprConseqIfLet &expr) override {}
void visit (AST::MatchExpr &expr) override {}
void visit (AST::AwaitExpr &expr) override {}
void visit (AST::AsyncBlockExpr &expr) override {}