]> git.proxmox.com Git - mirror_qemu.git/commit
block/curl: drop curl_aio_flush()
authorStefan Hajnoczi <stefanha@redhat.com>
Thu, 11 Apr 2013 15:04:23 +0000 (17:04 +0200)
committerStefan Hajnoczi <stefanha@redhat.com>
Mon, 19 Aug 2013 13:45:35 +0000 (15:45 +0200)
commit0d1460226fb05c92fa3ad869ca39090ff13cf6bc
tree94f0f3a4a240684ddc966214abd745b22436ceaf
parent164a101f28a53cd3db60ed874e7c3630e7988ed8
block/curl: drop curl_aio_flush()

.io_flush() is no longer called so drop curl_aio_flush().  The acb[]
array that the function checks is still used in other parts of
block/curl.c.  Therefore we cannot remove acb[], it is needed.

Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
block/curl.c