X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/7852873a1347fcab50393b545cc1e6edd65531c8..24ad9b325f2d277864e3a75931137b93dd75cd03:/ftparchive/byhash.cc diff --git a/ftparchive/byhash.cc b/ftparchive/byhash.cc index 04f8f1629..354d089c3 100644 --- a/ftparchive/byhash.cc +++ b/ftparchive/byhash.cc @@ -41,16 +41,14 @@ void DeleteAllButMostRecent(std::string dir, int KeepFiles) auto files = GetListOfFilesInDir(dir, false); std::sort(files.begin(), files.end(), Cmp()); - for (auto I=files.begin(); I