On 02/05/2013 09:22 AM, Markus Armbruster wrote:
> Signed-off-by: Markus Armbruster <arm...@redhat.com>
> ---
>  qemu-char.c | 4 ----
>  1 file changed, 4 deletions(-)

Reviewed-by: Eric Blake <ebl...@redhat.com>

> 
> diff --git a/qemu-char.c b/qemu-char.c
> index 9bf53e0..036ca2c 100644
> --- a/qemu-char.c
> +++ b/qemu-char.c
> @@ -2818,10 +2818,6 @@ char *qmp_memchar_read(const char *device, int64_t 
> size,
>      }
>  
>      count = qemu_chr_cirmem_count(chr);
> -    if (count == 0) {
> -        return g_strdup("");
> -    }
> -
>      size = size > count ? count : size;
>      read_data = g_malloc0(size + 1);
>  
> 

-- 
Eric Blake   eblake redhat com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to