chore: remove unused method asar::ClearArchives() (#43442)

chore: remove unused asar::ClearArchives()

last use removed in Jun 2021 (b1d1ac65, #29293)
This commit is contained in:
Charles Kerr 2024-08-23 14:53:01 -05:00 committed by GitHub
parent c1eee18e41
commit 7f34b0e6f5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 0 additions and 10 deletions

View file

@ -20,9 +20,6 @@ struct IntegrityPayload;
// Gets or creates and caches a new Archive from the path.
std::shared_ptr<Archive> GetOrCreateAsarArchive(const base::FilePath& path);
// Destroy cached Archive objects.
void ClearArchives();
// Separates the path to Archive out.
bool GetAsarArchivePath(const base::FilePath& full_path,
base::FilePath* asar_path,