Bug 1014394 - Correctly delete all HTTP cache leftover trashes, r=michal

This commit is contained in:
Honza Bambas
2014-05-29 00:52:21 +02:00
parent 6bbe045191
commit bd89a739b5
6 changed files with 40 additions and 39 deletions

View File

@@ -394,8 +394,6 @@ nsDiskCacheDevice::Init()
if (NS_FAILED(rv))
return rv;
nsDeleteDir::RemoveOldTrashes(mCacheDirectory);
// Open Disk Cache
rv = OpenDiskCache();
if (NS_FAILED(rv)) {