Skip to content

Commit

Permalink
Fix unused header_cb_arg structure
Browse files Browse the repository at this point in the history
  • Loading branch information
tatsuhiro-t committed Jun 9, 2014
1 parent caf3e1c commit 4596f73
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions lib/nghttp2_session.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 4596f73

Please sign in to comment.