SocketAPI: Remove unecessary null-checks
authorJocelyn Turcotte <jturcotte@woboq.com>
Wed, 11 Jan 2017 17:26:35 +0000 (18:26 +0100)
committerJocelyn Turcotte <jturcotte@woboq.com>
Wed, 18 Jan 2017 11:15:52 +0000 (12:15 +0100)
commita5ff9e58e3880f64393f376aeda7c43802138e4b
tree2544ab8c2f0d9dd0ba41887ec9f05f5d8968bb2b
parent9b96899d752216ca5c037efab2113ba055d94d1f
SocketAPI: Remove unecessary null-checks

Those methods are private and there is only one call-site, we can
be sure that this parameter won't be null already.
src/gui/socketapi.cpp