[Libguestfs] [PATCH 06/16] p2v: remove unused variable

Pino Toscano ptoscano at redhat.com
Thu Oct 23 18:18:34 UTC 2014


---
 p2v/ssh.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/p2v/ssh.c b/p2v/ssh.c
index f3bfcf9..1c0f8b7 100644
--- a/p2v/ssh.c
+++ b/p2v/ssh.c
@@ -420,8 +420,6 @@ test_connection (struct config *config)
   }
 
   for (;;) {
-    CLEANUP_FREE char *feature = NULL;
-
     switch (mexp_expect (h,
                          (mexp_regexp[]) {
                            { 100, .re = feature_libguestfs_rewrite_re },
-- 
1.9.3




More information about the Libguestfs mailing list