mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Remove obsolete code
This commit is contained in:
parent
23056514cc
commit
30e5e8c8ce
1 changed files with 0 additions and 7 deletions
|
|
@ -157,13 +157,6 @@ const onVersionReady = async lastVersion => {
|
|||
return;
|
||||
}
|
||||
|
||||
// Remove cache items with obsolete names
|
||||
if ( lastVersionInt < vAPI.app.intFromVersion('1.56.1b5') ) {
|
||||
io.remove(`compiled/${µb.pslAssetKey}`);
|
||||
io.remove('compiled/redirectEngine/resources');
|
||||
io.remove('selfie/main');
|
||||
}
|
||||
|
||||
// Since built-in resources may have changed since last version, we
|
||||
// force a reload of all resources.
|
||||
redirectEngine.invalidateResourcesSelfie(io);
|
||||
|
|
|
|||
Loading…
Reference in a new issue