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

This commit is contained in:
Alexis La Goutte 2015-04-01 12:46:26 +02:00
parent 0c8ec7bfa6
commit 3b6b4ff066
1 changed files with 0 additions and 1 deletions

View File

@ -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);
} }