Running the static checker clang-analyzer on the qemu sources, I found
a few dead assignments.

This patchset removes a few of those.

Amit Shah (6):
  vl.c: Remove dead assignment
  virtio: net: remove dead assignment
  x86: translate.c: remove dead assignment
  hw/vga.c: remove dead assignment
  qcow2-refcount: remove dead assignment
  json-parser: remove dead increment

 block/qcow2-refcount.c  |    1 -
 hw/vga.c                |    1 -
 hw/virtio-net.c         |    2 +-
 json-parser.c           |    2 --
 target-i386/translate.c |    2 --
 vl.c                    |    6 +-----
 6 files changed, 2 insertions(+), 12 deletions(-)



Reply via email to