nghttpd: Remove unused variable

This commit is contained in:
Tatsuhiro Tsujikawa 2014-12-24 00:23:01 +09:00
parent 32943a74b2
commit 55e550f08f
1 changed files with 0 additions and 1 deletions

View File

@ -87,7 +87,6 @@ class Http2Handler;
struct Stream {
Headers headers;
std::pair<std::string, size_t> response_body;
Http2Handler *handler;
event *rtimer;
event *wtimer;