Re: [Qemu-devel] [PATCH] hw/xen_disk: Remove unused local variable

2011-05-09 Thread Kevin Wolf
Am 08.05.2011 09:01, schrieb Stefan Weil: > cppcheck report: > hw/xen_disk.c:309: style: > Variable 'len' is assigned a value that is never used > > Cc: Kevin Wolf > Signed-off-by: Stefan Weil Thanks, applied to the block branch. Kevin

[Qemu-devel] [PATCH] hw/xen_disk: Remove unused local variable

2011-05-08 Thread Stefan Weil
cppcheck report: hw/xen_disk.c:309: style: Variable 'len' is assigned a value that is never used Cc: Kevin Wolf Signed-off-by: Stefan Weil --- hw/xen_disk.c |4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/hw/xen_disk.c b/hw/xen_disk.c index 558bf8a..c3b8d4c 100644 -