refactor(ast_tools): remove dead code from raw transfer codegen#13594
Conversation
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
There was a problem hiding this comment.
Pull Request Overview
This PR removes dead code from the raw transfer codegen following a previous refactoring. After PR #13432 removed usage of constructor_names, this field and its related code became obsolete.
- Removes the unused
constructor_namesfield from theStatestruct - Removes initialization of the
constructor_namesfield - Removes code that populated the
constructor_namesfield ingenerate_struct
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
|
Does not alter output of the codegen, so it's evidently fine. Merging without review. Edit: Ha! Cam is too fast! |
Merge activity
|
Follow-on after #13432. That PR removed usage of `constructor_names`, so it's now dead code. Remove it.
482e0a7 to
fd277b4
Compare

Follow-on after #13432. That PR removed usage of
constructor_names, so it's now dead code. Remove it.