The first removed comment was introduced in #5288, the second one in #13503.
Both are outdated since #14336.
They are outdated since #14336.
crACK ee7891a0
870 | @@ -871,8 +871,6 @@ bool AppInitParameterInteraction(const ArgsManager& args) 871 | nUserMaxConnections = args.GetArg("-maxconnections", DEFAULT_MAX_PEER_CONNECTIONS); 872 | nMaxConnections = std::max(nUserMaxConnections, 0); 873 | 874 | - // Trim requested connection counts, to fit into system limitations 875 | - // <int> in std::min<int>(...) to work around FreeBSD compilation issue described in #2695
:man_facepalming:
ouch, you are right...