diff options
Diffstat (limited to 'gcc/rust/ast/rust-item.h')
-rw-r--r-- | gcc/rust/ast/rust-item.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/rust/ast/rust-item.h b/gcc/rust/ast/rust-item.h index 94e5cbd..567da0c 100644 --- a/gcc/rust/ast/rust-item.h +++ b/gcc/rust/ast/rust-item.h @@ -28,7 +28,6 @@ namespace AST { // forward decls class BlockExpr; class TypePath; -class MacroInvocationSemi; // TODO: inline? /*struct AbiName { @@ -4306,7 +4305,6 @@ protected: // Replaced with forward decls - defined in "rust-macro.h" class MacroItem; -class MacroInvocationSemi; class MacroRulesDefinition; } // namespace AST } // namespace Rust |