Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
download_factory: don't check for "removed-right-after-add" when load…
…ing session As no command is attached when loading from session, it is impossible for this edge case to occur. "find" on the download list, a "std::list" linked list, is an O(n) operation. With it, the session loading is O(n^2), where n is the number of entities in the session directory. As such, remove this unnecessary check to speed things up.
- Loading branch information