]> git.proxmox.com Git - qemu.git/commit
curl: qemu_bh_new() can never return NULL
authorStefan Hajnoczi <stefanha@redhat.com>
Mon, 26 Aug 2013 11:38:50 +0000 (13:38 +0200)
committerMichael Tokarev <mjt@tls.msk.ru>
Sun, 1 Sep 2013 15:11:56 +0000 (19:11 +0400)
commit5b21a2ae4dea72d9aa68e0385fc0548971e929f4
tree8e9991c6474a76ecf2880ff7e7c1b550928df840
parented6bc28e8a448b9005af50eed12893c5f7711c6e
curl: qemu_bh_new() can never return NULL

Drop error code path which cannot be taken since qemu_bh_new() does not
return NULL.

Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
block/curl.c