X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/7852873a1347fcab50393b545cc1e6edd65531c8..2853201580944cb4e5a2a8a810e800e89e9a0475:/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