[PATCH 1/9] vshCommandStringGetArg: Drop @sz

Michal Privoznik mprivozn at redhat.com
Tue Jan 26 13:27:05 UTC 2021


This variable is unused since introduction of the function in
v0.8.5~150.

Signed-off-by: Michal Privoznik <mprivozn at redhat.com>
---
 tools/vsh.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/tools/vsh.c b/tools/vsh.c
index badd37c08e..54253afa72 100644
--- a/tools/vsh.c
+++ b/tools/vsh.c
@@ -1608,7 +1608,6 @@ vshCommandStringGetArg(vshControl *ctl, vshCommandParser *parser, char **res,
 {
     bool single_quote = false;
     bool double_quote = false;
-    int sz = 0;
     char *p = parser->pos;
     char *q = g_strdup(p);
 
@@ -1662,7 +1661,6 @@ vshCommandStringGetArg(vshControl *ctl, vshCommandParser *parser, char **res,
         }
 
         *q++ = *p++;
-        sz++;
     }
     if (double_quote) {
         if (report)
-- 
2.26.2




More information about the libvir-list mailing list