net: drop if expression that is always true
commit4ef0defbad9bc8b195f3392d1b7dcb42cd7ebe11
authorStefan Hajnoczi <stefanha@redhat.com>
Wed, 27 May 2015 16:16:51 +0000 (27 17:16 +0100)
committerStefan Hajnoczi <stefanha@redhat.com>
Wed, 24 Jun 2015 15:33:27 +0000 (24 16:33 +0100)
treee041a6b38dc8ace8b9977833ced43d0c0573951a
parentd139e9a6cf01b8c31f5904b4ba40521d7224f7de
net: drop if expression that is always true

Both is_netdev and !is_netdev paths already check that
net_client_init_func[opts->kind] is non-NULL so there is no need for the
if statement.

Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-id: 1432743412-15943-5-git-send-email-stefanha@redhat.com
net/net.c