-
Notifications
You must be signed in to change notification settings - Fork 28
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
delete unreachable code #1322
delete unreachable code #1322
Conversation
whoops sorry, jumped the gun and made a duplicate PR 😅 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Feel free to merge when you're ready; clearly orphaned code.
Out of curiosity, the orphaned code looks to play the buffering game; is that a feature that we still have elsewhere? Thanks!
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1322 +/- ##
==========================================
- Coverage 79.12% 79.12% -0.01%
==========================================
Files 117 117
Lines 7824 7823 -1
==========================================
- Hits 6191 6190 -1
Misses 1633 1633
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Thanks! The orphaned code is all pertaining to the The |
Regression tests show only the expected minor differences from #1241 |
As noted c49de36#r144502886
#1241 included unreachable code.
This is being flagged by sonarqube and preventing regression tests.
This PR deletes the unreachable code. I can also confirm that I intended to delete the code for #1241 but missed it in the swatch of changes.
Regression tests running:
https://github.com/spacetelescope/RegressionTests/actions/runs/10043812086
passed quality gate, tests running.
Fixes: #1321
Checklist
CHANGES.rst
under the corresponding subsection