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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user