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

Eric Blake eblake at redhat.com
Wed Aug 18 23:45:06 UTC 2010


* 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;
-- 
1.7.2.1




More information about the libvir-list mailing list