[libvirt] [PATCH 03/10] build: delete dead comment

Matthias Bolte matthias.bolte at googlemail.com
Thu Aug 19 20:53:41 UTC 2010


2010/8/19 Eric Blake <eblake at redhat.com>:
> * src/qemu/qemu_driver.c (qemudGetProcessInfo): Clean up.
> ---
>  src/qemu/qemu_driver.c |    1 -
>  1 files changed, 0 insertions(+), 1 deletions(-)
>
> diff --git a/src/qemu/qemu_driver.c b/src/qemu/qemu_driver.c
> index 3d61ccd..656a1e4 100644
> --- a/src/qemu/qemu_driver.c
> +++ b/src/qemu/qemu_driver.c
> @@ -4316,7 +4316,6 @@ static int qemudGetProcessInfo(unsigned long long *cpuTime, int *lastCpu, int pi
>     }
>
>     if (!(pidinfo = fopen(proc, "r"))) {
> -        /*printf("cannot read pid info");*/
>         /* VM probably shut down, so fake 0 */
>         if (cpuTime)
>             *cpuTime = 0;

This line even got a typo fix 2 years ago :)

ACK.

Matthias




More information about the libvir-list mailing list