[Pkg-libvirt-commits] [libguestfs] 30/61: p2v: remove unused variable

Hilko Bengen bengen at moszumanska.debian.org
Fri Oct 31 19:09:38 UTC 2014


This is an automated email from the git hooks/post-receive script.

bengen pushed a commit to annotated tag debian/1%1.28.2-1
in repository libguestfs.

commit 373943e159867dbab5d4776c729bb56805ab96f1
Author: Pino Toscano <ptoscano at redhat.com>
Date:   Thu Oct 16 15:16:28 2014 +0200

    p2v: remove unused variable
    
    (cherry picked from commit b44bf2170248d5a832aa4ace9722eb81fe0519d0)
---
 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 },

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libguestfs.git



More information about the Pkg-libvirt-commits mailing list