Remove the unused getOutputLength method from the ColorSpace classes (PR 21637 follow-up) - #21837
Remove the unused getOutputLength method from the ColorSpace classes (PR 21637 follow-up)#21837Snuffleupagus wants to merge 1 commit into
getOutputLength method from the ColorSpace classes (PR 21637 follow-up)#21837Conversation
…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:
|
|
/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/cc7477f893b5556/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/39210f491b4cd51/output.txt |
From: Bot.io (Linux m4)FailedFull output at http://54.241.84.105:8877/cc7477f893b5556/output.txt Total script time: 19.09 mins
Image differences available at: http://54.241.84.105:8877/cc7477f893b5556/reftest-analyzer.html#web=eq.log |
From: Bot.io (Windows)FailedFull output at http://54.193.163.58:8877/39210f491b4cd51/output.txt Total script time: 24.16 mins
Image differences available at: http://54.193.163.58:8877/39210f491b4cd51/reftest-analyzer.html#web=eq.log |
|
The ref-test "failures" are, most likely, caused by the Firefox 157 update. |
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.