remove always true if-predicate (gcc-5 -Wlogical-op)
Summary: gcc-5 -Wlogical-op reports: ```lang=bash folly/io/async/AsyncSSLSocket.cpp: In member function 'void folly::AsyncSSLSocket::invalidState(folly::AsyncSSLSocket::HandshakeCB*)': folly/io/async/AsyncSSLSocket.cpp:418:35: error: logical 'or' of collectively exhaustive tests is always true [-Werror=logical-op] ``` Reviewed By: yfeldblum Differential Revision: D4391317 fbshipit-source-id: c0f5ce748f1fc21678e4080c7f6351e7fada1e2b
Showing
Please register or sign in to comment