Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@copybara-service
Copy link

Delete redundant record ID in the IR.

A function never has a record ID different from its enclosing record. And it isn't even useful in a typed way, because the record_id might not be a Item::Record! May as well always use the enclosing_record_id (and check for Namespace if you really need to).

The previous CLs in the chain relied on the fact that this was redundant. Deleting it properly helps for the proof.

A function _never_ has a record ID different from its enclosing record. And it isn't even useful in a typed way, because the record_id might not be a Item::Record! May as well always use the enclosing_record_id (and check for Namespace if you really need to).

The previous CLs in the chain relied on the fact that this was redundant. Deleting it properly helps for the proof.

PiperOrigin-RevId: 846446546
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant