You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove guarded declarations case in generated code (#2138)
## 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.
0 commit comments