From 2e643424ac505ac2d573a5c2a27f60aaa7e3d183 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Tue, 18 Aug 2015 22:38:28 +0900 Subject: [PATCH] Remove unused nghttp2_stream_roots declaration --- lib/nghttp2_stream.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/nghttp2_stream.h b/lib/nghttp2_stream.h index 241388d8..00024026 100644 --- a/lib/nghttp2_stream.h +++ b/lib/nghttp2_stream.h @@ -131,10 +131,6 @@ typedef enum { NGHTTP2_HTTP_FLAG_EXPECT_FINAL_RESPONSE = 1 << 13 } nghttp2_http_flag; -struct nghttp2_stream_roots; - -typedef struct nghttp2_stream_roots nghttp2_stream_roots; - struct nghttp2_stream; typedef struct nghttp2_stream nghttp2_stream;