Re: [Qemu-devel] [PATCH] block/rbd: Remove unused local variable

2011-05-27 Thread Christian Brunner
2011/5/27 Stefan Weil : > Am 23.05.2011 12:26, schrieb Kevin Wolf: >> >> Am 23.05.2011 11:01, schrieb Christian Brunner: >>> >>> 2011/5/22 Stefan Weil : Am 07.05.2011 22:15, schrieb Stefan Weil: > > cppcheck report: > rbd.c:246: style: Variable 'snap' is assigned a value that

Re: [Qemu-devel] [PATCH] block/rbd: Remove unused local variable

2011-05-27 Thread Stefan Weil
Am 23.05.2011 12:26, schrieb Kevin Wolf: Am 23.05.2011 11:01, schrieb Christian Brunner: 2011/5/22 Stefan Weil : Am 07.05.2011 22:15, schrieb Stefan Weil: cppcheck report: rbd.c:246: style: Variable 'snap' is assigned a value that is never used Remove snap and the related code. Cc: Christ

Re: [Qemu-devel] [PATCH] block/rbd: Remove unused local variable

2011-05-23 Thread Kevin Wolf
Am 23.05.2011 11:01, schrieb Christian Brunner: > 2011/5/22 Stefan Weil : >> Am 07.05.2011 22:15, schrieb Stefan Weil: >>> >>> cppcheck report: >>> rbd.c:246: style: Variable 'snap' is assigned a value that is never used >>> >>> Remove snap and the related code. >>> >>> Cc: Christian Brunner >>> Cc

Re: [Qemu-devel] [PATCH] block/rbd: Remove unused local variable

2011-05-23 Thread Stefan Hajnoczi
On Mon, May 23, 2011 at 10:01 AM, Christian Brunner wrote: > 2011/5/22 Stefan Weil : >> Am 07.05.2011 22:15, schrieb Stefan Weil: >>> >>> cppcheck report: >>> rbd.c:246: style: Variable 'snap' is assigned a value that is never used >>> >>> Remove snap and the related code. >>> >>> Cc: Christian Br

Re: [Qemu-devel] [PATCH] block/rbd: Remove unused local variable

2011-05-23 Thread Christian Brunner
2011/5/22 Stefan Weil : > Am 07.05.2011 22:15, schrieb Stefan Weil: >> >> cppcheck report: >> rbd.c:246: style: Variable 'snap' is assigned a value that is never used >> >> Remove snap and the related code. >> >> Cc: Christian Brunner >> Cc: Kevin Wolf >> Signed-off-by: Stefan Weil >> --- >>  block

Re: [Qemu-devel] [PATCH] block/rbd: Remove unused local variable

2011-05-22 Thread Stefan Weil
Am 07.05.2011 22:15, schrieb Stefan Weil: cppcheck report: rbd.c:246: style: Variable 'snap' is assigned a value that is never used Remove snap and the related code. Cc: Christian Brunner Cc: Kevin Wolf Signed-off-by: Stefan Weil --- block/rbd.c |4 1 files changed, 0 insertions(+),

[Qemu-devel] [PATCH] block/rbd: Remove unused local variable

2011-05-07 Thread Stefan Weil
cppcheck report: rbd.c:246: style: Variable 'snap' is assigned a value that is never used Remove snap and the related code. Cc: Christian Brunner Cc: Kevin Wolf Signed-off-by: Stefan Weil --- block/rbd.c |4 1 files changed, 0 insertions(+), 4 deletions(-) diff --git a/block/rbd.c b