DescriptionRemove trivially-true checks in quic_framer.cc
There were several places in this file where an error code value
was checked to see if it was less than QUIC_NO_ERROR or
QUIC_STREAM_NO_ERROR, which are both 0. On some compilers this
causes a warning, because such checks are trivially true.
BUG=424334
TEST=net_unittests
R=rch@chromium.org
Committed: https://crrev.com/6e7ef22cb8a5aef89036aeb7d7129fa5890a9480
Cr-Commit-Position: refs/heads/master@{#300368}
Patch Set 1 #
Messages
Total messages: 6 (1 generated)
|