From 368a0b160de302cf5e3f4e324fbd32d6831adbd6 Mon Sep 17 00:00:00 2001 From: dmiller Date: Thu, 28 Sep 2017 00:12:52 +0000 Subject: [PATCH] Eliminate an unused variable --- nselib/idna.lua | 2 -- 1 file changed, 2 deletions(-) diff --git a/nselib/idna.lua b/nselib/idna.lua index a9ae69e8b..1d186c7e7 100644 --- a/nselib/idna.lua +++ b/nselib/idna.lua @@ -285,8 +285,6 @@ function toASCII(codepoints, transitionalProcessing, checkHyphens, checkBidi, ch encoder = encoder or unicode.utf8_enc decoder = decoder or unicode.utf8_dec - local inputString = unicode.encode(codepoints, encoder) - local decoded_tbl, disallowedCodePoints = map(codepoints, useSTD3ASCIIRules, transitionalProcessing) if decoded_tbl == nil then