mirror of
https://github.com/nmap/nmap.git
synced 2026-08-27 03:48:14 +00:00
Eliminate an unused variable
This commit is contained in:
parent
d3c851621a
commit
368a0b160d
1 changed files with 0 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue