diff --git a/lib/nghttp2_stream.c b/lib/nghttp2_stream.c index e94613a3..cdb67f2f 100644 --- a/lib/nghttp2_stream.c +++ b/lib/nghttp2_stream.c @@ -119,7 +119,6 @@ static int stream_push_item(nghttp2_stream *stream, nghttp2_session *session) { } break; default: - rv = 0; /* should not reach here */ assert(0); }