mirror of
https://github.com/servo/servo
synced 2026-05-14 19:06:31 +02:00
This PR removes the unused `EmbedderToConstellationMessage::ClearCache`
variant.
Clearing the network cache is now expected to be handled through
upcoming `SiteDataManager`, with direct communication to the resource
threads,
rather than via the constellation.
Testing: Unit tests continue to pass
Signed-off-by: Jan Varga <jvarga@igalia.com>