From 2ffc10d53b6ab57ab228359709f8703b0b010430 Mon Sep 17 00:00:00 2001 From: Kevin Wolf Date: Thu, 6 Oct 2022 14:26:07 +0200 Subject: [PATCH] quorum: Remove unnecessary forward declaration MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Kevin Wolf Message-Id: <20221006122607.162769-1-kwolf@redhat.com> Reviewed-by: Peter Maydell Reviewed-by: Philippe Mathieu-Daudé Signed-off-by: Kevin Wolf --- block/quorum.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/block/quorum.c b/block/quorum.c index 970f63d9f9..f9e6539ceb 100644 --- a/block/quorum.c +++ b/block/quorum.c @@ -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;