Commit 3b6b4ff0 authored by Alexis La Goutte's avatar Alexis La Goutte

Fix Value stored to 'rv' is never read found by Clang Analyzer

parent 0c8ec7bf
......@@ -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);
}
......
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