mirror of
https://github.com/transmission/transmission.git
synced 2025-12-20 02:18:42 +00:00
* refactor: tr_quickfindFirstK --> std::partial_sort Remove `tr_quickfindFirstK()` and use `std::partial_sort()` instead. Co-authored-by: Mike Gelfand <mikedld@mikedld.com>