Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

src/librustc_codegen_ssa/callee.rs is redundant #65271

Closed
anp opened this issue Oct 10, 2019 · 2 comments
Closed

src/librustc_codegen_ssa/callee.rs is redundant #65271

anp opened this issue Oct 10, 2019 · 2 comments
Assignees
Labels
A-codegen Area: Code generation C-cleanup Category: PRs that clean code up or issues documenting cleanup. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.

Comments

@anp
Copy link
Member

anp commented Oct 10, 2019

Per @eddyb, this file contains wrappers which don't do much. It seems like they should perhaps be inlined and the module deleted?

@Centril Centril added C-cleanup Category: PRs that clean code up or issues documenting cleanup. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. A-codegen Area: Code generation labels Oct 10, 2019
@eddyb
Copy link
Member

eddyb commented Oct 12, 2019

cc @bjorn3

@bjorn3
Copy link
Member

bjorn3 commented Oct 12, 2019

Thanks @eddyb for the cc. I will do this as part of #65340.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-codegen Area: Code generation C-cleanup Category: PRs that clean code up or issues documenting cleanup. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
Projects
None yet
Development

No branches or pull requests

4 participants