mirror of
https://github.com/servo/servo
synced 2026-05-09 16:42:16 +02:00
This PR involves cleaning up the unused GlobalScope argument in UnderlyingSourceContainer::call_pull_algorithm. This PR involves changes across three files. Only removing the unused GlobalScope and suppressed reference with underscore prefix. Testing: This PR involves cleanup of the unused GlobalScope argument in UnderlyingSourceContainer::call_pull_algorithm. The argument was suppressed using underscore earlier. Thus it was not involved in any runtime instances. Thus this PR does not require additional testing. I was able to successfully build the repo after changes. There is no other dependency of removed variable, thus no impact outside. Fixes: #43460 Signed-off-by: Nishant-k-sagar <147799872+Nishant-k-sagar@users.noreply.github.com>