X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/7852873a1347fcab50393b545cc1e6edd65531c8..5832913a49d4f7c75527264a935cc0ce00627f1d:/ftparchive/byhash.cc?ds=sidebyside 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