mirror of
https://github.com/nmap/nmap.git
synced 2025-12-09 14:11:29 +00:00
Remove some unused functions
This commit is contained in:
@@ -172,17 +172,6 @@ end
|
||||
local function dbg(str,...)
|
||||
stdnse.debug1("Json:"..str, ...)
|
||||
end
|
||||
local function d4(str,...)
|
||||
if nmap.debugging() > 3 then dbg(str, ...) end
|
||||
end
|
||||
local function d3(str,...)
|
||||
if nmap.debugging() > 2 then dbg(str, ...) end
|
||||
end
|
||||
|
||||
--local dbg =stdnse.debug
|
||||
local function dbg_err(str,...)
|
||||
stdnse.debug1("json-ERR:"..str, ...)
|
||||
end
|
||||
|
||||
-- See section 2.5 for escapes.
|
||||
-- For convenience, ESCAPE_TABLE maps to escape sequences complete with
|
||||
|
||||
Reference in New Issue
Block a user