Commit 6904ccc0 authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa

Removed unused debug function

parent 154b02c4
......@@ -895,14 +895,6 @@ static void spdylay_inbound_frame_reset(spdylay_inbound_frame *iframe)
iframe->ign = 0;
}
static void spdylay_debug_print_nv(char **nv)
{
int i;
for(i = 0; nv[i]; i += 2) {
printf("%s: %s\n", nv[i], nv[i+1]);
}
}
static void spdylay_session_call_on_request_recv
(spdylay_session *session, int32_t stream_id)
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment