Fix Value stored to 'rv' is never read found by Clang Analyzer
This commit is contained in:
parent
0c8ec7bfa6
commit
3b6b4ff066
|
@ -119,7 +119,6 @@ static int stream_push_item(nghttp2_stream *stream, nghttp2_session *session) {
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
rv = 0;
|
|
||||||
/* should not reach here */
|
/* should not reach here */
|
||||||
assert(0);
|
assert(0);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue