From: Matt Caswell Date: Fri, 13 Sep 2024 15:25:46 +0000 (+0100) Subject: Remove an obsolete comment X-Git-Tag: openssl-3.5.0-alpha1~358 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3a75cf8d9c0691240b1b00f94cab84471dcc1549;p=thirdparty%2Fopenssl.git Remove an obsolete comment The comment is no longer accurance so it can be removed Reviewed-by: Tomas Mraz Reviewed-by: Viktor Dukhovni (Merged from https://github.com/openssl/openssl/pull/25457) --- diff --git a/ssl/quic/quic_impl.c b/ssl/quic/quic_impl.c index 85a130351f6..6df980dbfb1 100644 --- a/ssl/quic/quic_impl.c +++ b/ssl/quic/quic_impl.c @@ -1313,11 +1313,6 @@ int ossl_quic_get_event_timeout(SSL *s, struct timeval *tv, int *is_infinite) 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)) {