You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ja...@apache.org on 2016/08/18 20:17:54 UTC

svn commit: r1756844 - /httpd/httpd/trunk/modules/http2/h2_session.c

Author: jailletc36
Date: Thu Aug 18 20:17:53 2016
New Revision: 1756844

URL: http://svn.apache.org/viewvc?rev=1756844&view=rev
Log:
Remove unused typedef nvctx_t

Modified:
    httpd/httpd/trunk/modules/http2/h2_session.c

Modified: httpd/httpd/trunk/modules/http2/h2_session.c
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/http2/h2_session.c?rev=1756844&r1=1756843&r2=1756844&view=diff
==============================================================================
--- httpd/httpd/trunk/modules/http2/h2_session.c (original)
+++ httpd/httpd/trunk/modules/http2/h2_session.c Thu Aug 18 20:17:53 2016
@@ -1180,12 +1180,6 @@ static ssize_t stream_data_cb(nghttp2_se
     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)
 {