diff options
Diffstat (limited to 'gcc/rust/ast/rust-macro.h')
-rw-r--r-- | gcc/rust/ast/rust-macro.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/gcc/rust/ast/rust-macro.h b/gcc/rust/ast/rust-macro.h index 4e24144..075ae63 100644 --- a/gcc/rust/ast/rust-macro.h +++ b/gcc/rust/ast/rust-macro.h @@ -811,15 +811,6 @@ protected: { return clone_macro_invocation_impl (); } - - Expr *to_stmt () const override - - { - auto new_impl = clone_macro_invocation_impl (); - new_impl->is_semi_coloned = true; - - return new_impl; - } }; // more generic meta item path-only form |