1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-09 07:59:03 +00:00

Eliminate an unused variable

This commit is contained in:
dmiller
2017-09-28 00:12:52 +00:00
parent d3c851621a
commit 368a0b160d

View File

@@ -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