On Thu, 17 Jul 2025 at 18:43, Laurent Vivier <lviv...@redhat.com> wrote: > > The "err" variable was declared but never used within the > passt_vhost_user_event() function. This resulted in a dead code > warning (CID 1612375) from Coverity. > > Remove the unused variable and the associated error block > to resolve the issue. > > Signed-off-by: Laurent Vivier <lviv...@redhat.com> > ---
Reviewed-by: Peter Maydell <peter.mayd...@linaro.org> thanks -- PMM