mirror of
https://github.com/nghttp2/nghttp2.git
synced 2026-03-29 09:19:18 +08:00
spdylay_session_prep_frame: Remove dead code
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user