[Libvirt-cim] [PATCH] Remove unused variable from CS

Kaitlin Rupert kaitlin at linux.vnet.ibm.com
Wed Jul 23 22:26:58 UTC 2008


# HG changeset patch
# User Kaitlin Rupert <karupert at us.ibm.com>
# Date 1216851926 25200
# Node ID 39355b0cc610daa45f44ff842ae9b1382b68c611
# Parent  dbf0ce65414cfcecb01286d012387f51816cce4a
Remove unused variable from CS.

Signed-off-by: Kaitlin Rupert <karupert at us.ibm.com>

diff -r dbf0ce65414c -r 39355b0cc610 src/Virt_ComputerSystem.c
--- a/src/Virt_ComputerSystem.c	Wed Jul 23 13:10:16 2008 -0700
+++ b/src/Virt_ComputerSystem.c	Wed Jul 23 15:25:26 2008 -0700
@@ -674,7 +674,6 @@
 {
         int ret;
         virConnectPtr conn = NULL;
-        virDomainInfo info;
         char *xml = NULL;
 
         conn = virDomainGetConnect(dom);




More information about the Libvirt-cim mailing list