On Thu, 6 Oct 2022 at 14:13, Kevin Wolf <[email protected]> wrote: > > Signed-off-by: Kevin Wolf <[email protected]> > --- > 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; > --
Reviewed-by: Peter Maydell <[email protected]> thanks -- PMM
