projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f7bbb15
)
quorum: Remove unnecessary forward declaration
author
Kevin Wolf
<kwolf@redhat.com>
Thu, 6 Oct 2022 12:26:07 +0000
(14:26 +0200)
committer
Kevin 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
patch
|
blob
|
history
diff --git
a/block/quorum.c
b/block/quorum.c
index 970f63d9f9cf3888519d58fcbd44fb28e591b89d..f9e6539ceb472a6aadc33a08fa40a3ab297aa3c2 100644
(file)
--- 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;