X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/e2ea6b63d333e6999d855a026a005726067c38ac..e07f3d5a9ed2870a0e2909cc1e5e55e826086c53:/ftparchive/byhash.cc?ds=sidebyside diff --git a/ftparchive/byhash.cc b/ftparchive/byhash.cc index 0a38457c0..354d089c3 100644 --- a/ftparchive/byhash.cc +++ b/ftparchive/byhash.cc @@ -41,9 +41,8 @@ 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