Browse code

Remove unused variable in argv_printf_arglist()

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>

David Sommerseth authored on 2016/11/17 05:18:44
Showing 1 changed files
... ...
@@ -252,7 +252,6 @@ argv_printf_arglist (struct argv *a, const char *format, va_list arglist)
252 252
               char *s1 = va_arg (arglist, char *);
253 253
               char *s2 = va_arg (arglist, char *);
254 254
               char *combined;
255
-              char *cmd_name;
256 255
 
257 256
               if (!s1) s1 = "";
258 257
               if (!s2) s2 = "";