Skip to content

Commit

Permalink
wip: Remove duplicate declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
CohenArthur committed Oct 25, 2024
1 parent bc0cd68 commit a540c15
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions gcc/rust/expand/rust-macro-builtins.h
Original file line number Diff line number Diff line change
Expand Up @@ -180,10 +180,6 @@ class MacroBuiltin
format_args_handler (location_t invoc_locus, AST::MacroInvocData &invoc,
AST::InvocKind semicolon, AST::FormatArgs::Newline nl);

static tl::optional<AST::Fragment>
format_args_handler (location_t invoc_locus, AST::MacroInvocData &invoc,
AST::FormatArgs::Newline nl);

static tl::optional<AST::Fragment> sorry (location_t invoc_locus,
AST::MacroInvocData &invoc,
AST::InvocKind semicolon);
Expand Down

0 comments on commit a540c15

Please sign in to comment.