The comment is no longer accurance so it can be removed
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/25457)
qctx_lock(&ctx);
reactor = ossl_quic_obj_get0_reactor(ctx.obj);
- /*
- * TODO(QUIC SERVER): There's no longer a way to indicate infinite timeout,
- * should this now be the responsibility of
- * ossl_quic_reactor_get_tick_deadline()?
- */
deadline = ossl_quic_reactor_get_tick_deadline(reactor);
if (ossl_time_is_infinite(deadline)) {