# HG changeset patch # User Paper # Date 1712844957 14400 # Node ID 0c3cc9e6cd844d92f034fde227c85eb3c5a1b0f4 # Parent a76fa32bdc9284cf8fc616c922f0d81890569b7f *: improve multiple things e.g. making some strings.cc functions modify strings in-place, improving m4_ax_have_qt.m4 code, making anime_db.cc rely on std::optional rather than std::shared_ptr (which was stupid anyway) diff -r a76fa32bdc92 -r 0c3cc9e6cd84 src/strategist.cc --- a/src/strategist.cc Mon Apr 01 02:43:44 2024 -0400 +++ b/src/strategist.cc Thu Apr 11 10:15:57 2024 -0400 @@ -74,8 +74,6 @@ /* map pids to our results, saves time with open_file_proc */ std::unordered_map pid_map; - pid_map.reserve(results.size()); - std::set pids; for (Result& result : results) {