diff options
author | Laurent Vivier <lvivier@redhat.com> | 2025-07-17 17:08:00 +0200 |
---|---|---|
committer | Jason Wang <jasowang@redhat.com> | 2025-07-21 10:21:57 +0800 |
commit | 2ed74e3c005f236acbf7d85d396a653bfb004a17 (patch) | |
tree | d7ef0190aaa3e096230d1281b976741764da8aab /scripts/tracetool/backend | |
parent | a6d6e37901551cbd61b0a61c6bab5745fb1833ff (diff) | |
download | qemu-2ed74e3c005f236acbf7d85d396a653bfb004a17.zip qemu-2ed74e3c005f236acbf7d85d396a653bfb004a17.tar.gz qemu-2ed74e3c005f236acbf7d85d396a653bfb004a17.tar.bz2 |
net/passt: Remove unused "err" from passt_vhost_user_event() (CID 1612375)
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 <lvivier@redhat.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Jason Wang <jasowang@redhat.com>
Diffstat (limited to 'scripts/tracetool/backend')
0 files changed, 0 insertions, 0 deletions