From: Christophe Jaillet Date: Thu, 18 Aug 2016 20:17:53 +0000 (+0000) Subject: Remove unused typedef nvctx_t X-Git-Tag: 2.5.0-alpha~1259 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a55668cecc2ce5c6d3c56ea9d6f035f39d5347d3;p=apache Remove unused typedef nvctx_t git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1756844 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/http2/h2_session.c b/modules/http2/h2_session.c index 8a7b49cd90..14be79de35 100644 --- a/modules/http2/h2_session.c +++ b/modules/http2/h2_session.c @@ -1180,12 +1180,6 @@ static ssize_t stream_data_cb(nghttp2_session *ng2s, return (ssize_t)nread; } -typedef struct { - nghttp2_nv *nv; - size_t nvlen; - size_t offset; -} nvctx_t; - struct h2_stream *h2_session_push(h2_session *session, h2_stream *is, h2_push *push) {