]> granicus.if.org Git - apache/commitdiff
Remove unused typedef nvctx_t
authorChristophe Jaillet <jailletc36@apache.org>
Thu, 18 Aug 2016 20:17:53 +0000 (20:17 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Thu, 18 Aug 2016 20:17:53 +0000 (20:17 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1756844 13f79535-47bb-0310-9956-ffa450edef68

modules/http2/h2_session.c

index 8a7b49cd900a34fd5de8fa939f65cec8b65939e3..14be79de3573c88a43ca410517c68f94b73f1f2c 100644 (file)
@@ -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)
 {