diff options
author | Owen Avery <powerboat9.gamer@gmail.com> | 2025-01-10 15:50:25 -0500 |
---|---|---|
committer | Philip Herron <philip.herron@embecosm.com> | 2025-01-13 13:14:06 +0000 |
commit | bb580033c6c857771415723d704642ee7a238a12 (patch) | |
tree | cd872edabc5c60f336fe13b5cef1da37aef062cf /gcc/emit-rtl.cc | |
parent | c6b3dab560c3ed06eb74361848c98fbb18ad3004 (diff) | |
download | gcc-bb580033c6c857771415723d704642ee7a238a12.zip gcc-bb580033c6c857771415723d704642ee7a238a12.tar.gz gcc-bb580033c6c857771415723d704642ee7a238a12.tar.bz2 |
Remove dead code related to external functions
gcc/rust/ChangeLog:
* ast/rust-ast-collector.cc
(TokenCollector::visit): Remove visitor for NamedFunctionParam.
* ast/rust-ast-collector.h
(TokenCollector::visit): Likewise.
* ast/rust-ast-full-decls.h
(class NamedFunctionParam): Remove forward declaration.
* ast/rust-ast-visitor.cc
(DefaultASTVisitor::visit): Remove visitor for
NamedFunctionParam.
* ast/rust-ast-visitor.h
(DefaultASTVisitor::visit): Likewise.
* ast/rust-ast.cc
(NamedFunctionParam::as_string): Remove.
* ast/rust-item.h
(class NamedFunctionParam): Remove.
(class ExternalFunctionItem): Remove.
* parse/rust-parse-impl.h
(Parser::parse_named_function_param): Remove.
(Parser::parse_named_function_params): Remove.
* parse/rust-parse.h
(Parser::parse_named_function_param): Remove.
(Parser::parse_named_function_params): Remove.
Signed-off-by: Owen Avery <powerboat9.gamer@gmail.com>
Diffstat (limited to 'gcc/emit-rtl.cc')
0 files changed, 0 insertions, 0 deletions