From 5acdb74b14f86380cad192d90537f7b0cbc4c5e3 Mon Sep 17 00:00:00 2001 From: simon Date: Sat, 28 Jul 2012 16:33:17 +0000 Subject: [PATCH] Remove an unused variable. git-svn-id: svn://svn.tartarus.org/sgt/putty@9589 cda61777-01e9-0310-a592-d414129be87e --- config.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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) -- 2.11.0