From a55668cecc2ce5c6d3c56ea9d6f035f39d5347d3 Mon Sep 17 00:00:00 2001 From: Christophe Jaillet Date: Thu, 18 Aug 2016 20:17:53 +0000 Subject: [PATCH] Remove unused typedef nvctx_t git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1756844 13f79535-47bb-0310-9956-ffa450edef68 --- modules/http2/h2_session.c | 6 ------ 1 file changed, 6 deletions(-) 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) { -- 2.50.1