From: Christophe Jaillet Date: Fri, 18 Mar 2016 20:02:02 +0000 (+0000) Subject: Remove leftover comment X-Git-Tag: 2.5.0-alpha~1870 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9e97e14463881eda7b17002a50d2307de3125bab;p=apache Remove leftover comment git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1735668 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/http2/h2_proxy_session.c b/modules/http2/h2_proxy_session.c index 0fcd8d0c11..eece94894e 100644 --- a/modules/http2/h2_proxy_session.c +++ b/modules/http2/h2_proxy_session.c @@ -1090,7 +1090,6 @@ static void ev_data_read(h2_proxy_session *session, int arg, const char *msg) case H2_PROXYS_ST_WAIT: transit(session, "data read", H2_PROXYS_ST_BUSY); break; - /* fall through */ default: /* nop */ break; diff --git a/modules/http2/h2_session.c b/modules/http2/h2_session.c index cbdae8cbbf..27f1de8294 100644 --- a/modules/http2/h2_session.c +++ b/modules/http2/h2_session.c @@ -1936,7 +1936,6 @@ static void h2_session_ev_data_read(h2_session *session, int arg, const char *ms case H2_SESSION_ST_WAIT: transit(session, "data read", H2_SESSION_ST_BUSY); break; - /* fall through */ default: /* nop */ break;