mirror of
https://github.com/moparisthebest/spdylay
synced 2024-12-21 23:28:52 -05:00
spdylay_session_prep_frame: Remove dead code
This commit is contained in:
parent
258c7f1e65
commit
cbb819aed7
@ -966,8 +966,6 @@ static ssize_t spdylay_session_prep_frame(spdylay_session *session,
|
||||
} else {
|
||||
return r;
|
||||
}
|
||||
} else if(r < 0) {
|
||||
return r;
|
||||
}
|
||||
frame->syn_stream.slot = slot_index;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user