aboutsummaryrefslogtreecommitdiff
path: root/gcc/rust/resolve/rust-ast-resolve-base.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/rust/resolve/rust-ast-resolve-base.h')
-rw-r--r--gcc/rust/resolve/rust-ast-resolve-base.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/rust/resolve/rust-ast-resolve-base.h b/gcc/rust/resolve/rust-ast-resolve-base.h
index 6ee5f3d..eca9694 100644
--- a/gcc/rust/resolve/rust-ast-resolve-base.h
+++ b/gcc/rust/resolve/rust-ast-resolve-base.h
@@ -38,7 +38,6 @@ public:
void visit (AST::IdentifierExpr &) {}
void visit (AST::Lifetime &) {}
void visit (AST::LifetimeParam &) {}
- void visit (AST::MacroInvocationSemi &) {}
void visit (AST::PathInExpression &) {}
void visit (AST::TypePathSegment &) {}
void visit (AST::TypePathSegmentGeneric &) {}