X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/e2ea6b63d333e6999d855a026a005726067c38ac..2853201580944cb4e5a2a8a810e800e89e9a0475:/ftparchive/byhash.cc 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