Fix compile error with --enable-werror

This commit is contained in:
Tatsuhiro Tsujikawa
2015-04-25 02:23:01 +09:00
parent e38dd37667
commit c41f413978
6 changed files with 34 additions and 35 deletions

View File

@@ -280,14 +280,6 @@ typedef struct {
int nghttp2_session_is_my_stream_id(nghttp2_session *session,
int32_t stream_id);
/*
* Initializes |item|. No memory allocation is done in this function.
* Don't call nghttp2_outbound_item_free() until frame member is
* initialized.
*/
void nghttp2_session_outbound_item_init(nghttp2_session *session,
nghttp2_outbound_item *item);
/*
* Adds |item| to the outbound queue in |session|. When this function
* succeeds, it takes ownership of |item|. So caller must not free it