Remove CoreResourceMsg::Synchronize (#37019)

This message is unused.

Signed-off-by: Simon Wülker <simon.wuelker@arcor.de>
This commit is contained in:
Simon Wülker 2025-05-15 22:20:55 +02:00 committed by GitHub
parent f7b16730be
commit 33a68eb2d5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 0 additions and 5 deletions

View file

@ -445,9 +445,6 @@ impl ResourceChannelManager {
history_states.remove(&history_state);
}
},
CoreResourceMsg::Synchronize(sender) => {
let _ = sender.send(());
},
CoreResourceMsg::ClearCache => {
http_state.http_cache.write().unwrap().clear();
},