From: simon Date: Sat, 28 Jul 2012 16:33:17 +0000 (+0000) Subject: Remove an unused variable. X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/commitdiff_plain/5acdb74b14f86380cad192d90537f7b0cbc4c5e3 Remove an unused variable. git-svn-id: svn://svn.tartarus.org/sgt/putty@9589 cda61777-01e9-0310-a592-d414129be87e --- diff --git a/config.c b/config.c index a8f388e4..de21cbbd 100644 --- a/config.c +++ b/config.c @@ -1128,9 +1128,8 @@ static void portfwd_handler(union control *ctrl, void *dlg, } else if (event == EVENT_ACTION) { if (ctrl == pfd->addbutton) { char *family, *type, *src, *key, *val; - int i, whichbutton; + int whichbutton; - i = 0; #ifndef NO_IPV6 whichbutton = dlg_radiobutton_get(pfd->addressfamily, dlg); if (whichbutton == 1)