Remove the unused getOutputLength method from the ColorSpace classes (PR 21637 follow-up) - #21837
Conversation
…ses (PR 21637 follow-up) The only actual `getOutputLength` call-site, outside of the unit-tests, was removed in PR 21637 and these methods are now unused. This code can always be easily re-instated if needed, thanks to version control, so let's avoid shipping dead code in the builds.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #21837 +/- ##
==========================================
+ Coverage 90.23% 90.25% +0.01%
==========================================
Files 264 264
Lines 67297 67286 -11
==========================================
+ Hits 60724 60727 +3
+ Misses 6573 6559 -14
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
This comment was marked as outdated.
This comment was marked as outdated.
1 similar comment
|
/botio browsertest |
From: Bot.io (Linux m4)ReceivedCommand cmd_browsertest from @Snuffleupagus received. Current queue size: 0 Live output at: http://54.241.84.105:8877/610f275e0a757de/output.txt |
From: Bot.io (Windows)ReceivedCommand cmd_browsertest from @Snuffleupagus received. Current queue size: 0 Live output at: http://54.193.163.58:8877/922194883811eff/output.txt |
From: Bot.io (Linux m4)SuccessFull output at http://54.241.84.105:8877/610f275e0a757de/output.txt Total script time: 18.95 mins
|
From: Bot.io (Windows)SuccessFull output at http://54.193.163.58:8877/922194883811eff/output.txt Total script time: 23.75 mins
|
timvandermeij
left a comment
There was a problem hiding this comment.
Looks good to me; thanks!
The only actual
getOutputLengthcall-site, outside of the unit-tests, was removed in PR #21637 and these methods are now unused.This code can always be easily re-instated if needed, thanks to version control, so let's avoid shipping dead code in the builds.