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
stdlib/Reflection: remove unused nodeKind in visitBoundGenericTypeRef (swiftlang#40975)
This fixes a warning triggered when building stdlib:
```
stdlib/public/Reflection/TypeRef.cpp:548:16: warning: variable 'nodeKind' set but not used [-Wunused-but-set-variable]
Node::Kind nodeKind;
^
```
0 commit comments