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

Remove guarded declarations case in generated code #2138

Merged
merged 1 commit into from
Dec 4, 2024

Conversation

gjcairo
Copy link
Collaborator

@gjcairo gjcairo commented Dec 4, 2024

Motivation

#2131 removed all usages of availability guards. However, the guarded Declaration case was not removed even though it's unused.

Modifications

This PR removes the guarded case since it's not used anywhere anymore.

Result

Cleaner codebase.

@gjcairo gjcairo added semver/none No version bump required. v2 A change for v2 labels Dec 4, 2024
@gjcairo gjcairo requested a review from glbrntt December 4, 2024 14:38
@glbrntt glbrntt merged commit 1f2e78b into grpc:main Dec 4, 2024
45 of 47 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
semver/none No version bump required. v2 A change for v2
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants