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
minor #57897 Remove unused code and unnecessary else branches (alexandre-daubois)
This PR was merged into the 7.2 branch.
Discussion
----------
Remove unused code and unnecessary `else` branches
| Q | A
| ------------- | ---
| Branch? | 7.2
| Bug fix? | no
| New feature? | no
| Deprecations? | no
| Issues | -
| License | MIT
- Remove useless `continue` and `return` statements
- Replace useless double quotes
- Remove unnecessary local variables
- Prefer simpler control structures without `else` where possible
Commits
-------
1203390e4c Remove unused code and unnecessary `else` branches
0 commit comments