]> git.proxmox.com Git - mirror_qemu.git/commitdiff
quorum: Remove unnecessary forward declaration
authorKevin Wolf <kwolf@redhat.com>
Thu, 6 Oct 2022 12:26:07 +0000 (14:26 +0200)
committerKevin Wolf <kwolf@redhat.com>
Fri, 7 Oct 2022 10:11:41 +0000 (12:11 +0200)
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Message-Id: <20221006122607.162769-1-kwolf@redhat.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
block/quorum.c

index 970f63d9f9cf3888519d58fcbd44fb28e591b89d..f9e6539ceb472a6aadc33a08fa40a3ab297aa3c2 100644 (file)
@@ -232,8 +232,6 @@ static bool quorum_has_too_much_io_failed(QuorumAIOCB *acb)
     return false;
 }
 
-static int read_fifo_child(QuorumAIOCB *acb);
-
 static void quorum_copy_qiov(QEMUIOVector *dest, QEMUIOVector *source)
 {
     int i;