mirror of
https://github.com/nghttp2/nghttp2.git
synced 2025-12-06 18:18:52 +08:00
Fix unused header_cb_arg structure
This commit is contained in:
@@ -277,11 +277,6 @@ static void active_outbound_item_reset(nghttp2_active_outbound_item *aob)
|
||||
aob->state = NGHTTP2_OB_POP_ITEM;
|
||||
}
|
||||
|
||||
typedef struct {
|
||||
nghttp2_session *session;
|
||||
int rv;
|
||||
} header_cb_arg;
|
||||
|
||||
static int session_new(nghttp2_session **session_ptr,
|
||||
const nghttp2_session_callbacks *callbacks,
|
||||
void *user_data,
|
||||
|
||||
Reference in New Issue
Block a user