-
Notifications
You must be signed in to change notification settings - Fork 321
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
Redundant assignments in WSM6 v7 #931
Comments
These 2nd- & 3rd- order interpolations here
and here
It looks like the |
In the
and then re-assigned at the bottom
across the same index-range, and it doesn't appear in any expression in between.
and
I can't easily tell if one of the parameters is an indirect reference to the |
The file
has some assignments that get re-assigned without being used in between.
In the case of redundant or inactive control-flow statements, I'm inclined to assume that the developers intend to fill in additional cases in the future.
But with assignments I suspect that this is an oversight from when the code was updated from an earlier version.
The text was updated successfully, but these errors were encountered: