diff options
Diffstat (limited to 'gcc/rust/expand/rust-macro-expand.h')
-rw-r--r-- | gcc/rust/expand/rust-macro-expand.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/rust/expand/rust-macro-expand.h b/gcc/rust/expand/rust-macro-expand.h index 9471416..aea761b 100644 --- a/gcc/rust/expand/rust-macro-expand.h +++ b/gcc/rust/expand/rust-macro-expand.h @@ -256,10 +256,6 @@ struct MacroExpander AST::MacroRulesDefinition &rules_def, bool semicolon); - void expand_cfg_attrs (AST::AttrVec &attrs); - bool fails_cfg (const AST::AttrVec &attr) const; - bool fails_cfg_with_expand (AST::AttrVec &attrs) const; - bool depth_exceeds_recursion_limit () const; bool try_match_rule (AST::MacroRule &match_rule, |