[Libguestfs] [p2v PATCH 2/5] Remove unused variables

Pino Toscano ptoscano at redhat.com
Fri Jul 12 15:03:20 UTC 2019


---
 ssh.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/ssh.c b/ssh.c
index fca5883..bb86fa9 100644
--- a/ssh.c
+++ b/ssh.c
@@ -773,7 +773,6 @@ int
 test_connection (struct config *config)
 {
   mexp_h *h;
-  CLEANUP_FREE char *major_str = NULL, *minor_str = NULL, *release_str = NULL;
   int feature_libguestfs_rewrite = 0;
   int status;
   const int ovecsize = 12;
-- 
2.21.0




More information about the Libguestfs mailing list