]> git.ipfire.org Git - thirdparty/openvpn.git/commitdiff
Remove unused variable in argv_printf_arglist()
authorDavid Sommerseth <davids@openvpn.net>
Wed, 16 Nov 2016 20:18:44 +0000 (21:18 +0100)
committerGert Doering <gert@greenie.muc.de>
Wed, 16 Nov 2016 20:24:18 +0000 (21:24 +0100)
Signed-off-by: David Sommerseth <davids@openvpn.net>
Acked-by: Gert Doering <gert@greenie.muc.de>
Message-Id: <1479327524-25415-1-git-send-email-davids@openvpn.net>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg13110.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
src/openvpn/argv.c

index f8287b794cae1af4060cf61073312f0cb43c4154..596e59c93e7ba657102557dda2da2876fbbc9576 100644 (file)
@@ -252,7 +252,6 @@ argv_printf_arglist (struct argv *a, const char *format, va_list arglist)
               char *s1 = va_arg (arglist, char *);
               char *s2 = va_arg (arglist, char *);
               char *combined;
-              char *cmd_name;
 
               if (!s1) s1 = "";
               if (!s2) s2 = "";