1
0
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:
dmiller
2016-09-08 13:31:24 +00:00
parent dada772d5f
commit 3c7fe1e452
4 changed files with 0 additions and 82 deletions

View File

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