qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/6] Remove some dead assignments from clang analyzer report
@ 2010-01-13 10:54 Amit Shah
  2010-01-13 10:54 ` [Qemu-devel] [PATCH 1/6] vl.c: Remove dead assignment Amit Shah
  0 siblings, 1 reply; 11+ messages in thread
From: Amit Shah @ 2010-01-13 10:54 UTC (permalink / raw)
  To: qemu-devel; +Cc: Amit Shah

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(-)

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2010-01-13 23:27 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-13 10:54 [Qemu-devel] [PATCH 0/6] Remove some dead assignments from clang analyzer report Amit Shah
2010-01-13 10:54 ` [Qemu-devel] [PATCH 1/6] vl.c: Remove dead assignment Amit Shah
2010-01-13 10:54   ` [Qemu-devel] [PATCH 2/6] virtio: net: remove " Amit Shah
2010-01-13 10:54     ` [Qemu-devel] [PATCH 3/6] x86: translate.c: " Amit Shah
2010-01-13 10:54       ` [Qemu-devel] [PATCH 4/6] hw/vga.c: " Amit Shah
2010-01-13 10:54         ` [Qemu-devel] [PATCH 5/6] qcow2-refcount: " Amit Shah
2010-01-13 10:54           ` [Qemu-devel] [PATCH 6/6] json-parser: remove dead increment Amit Shah
2010-01-13 11:46           ` [Qemu-devel] Re: [PATCH 5/6] qcow2-refcount: remove dead assignment Paolo Bonzini
2010-01-13 11:51             ` Amit Shah
2010-01-13 20:51     ` [Qemu-devel] Re: [PATCH 2/6] virtio: net: " Michael S. Tsirkin
2010-01-13 23:27   ` [Qemu-devel] [PATCH 1/6] vl.c: Remove " Anthony Liguori

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).