Remove unused nghttp2_stream_roots declaration

This commit is contained in:
Tatsuhiro Tsujikawa 2015-08-18 22:38:28 +09:00
parent 9da6c88d25
commit 2e643424ac
1 changed files with 0 additions and 4 deletions

View File

@ -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;