1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-29 02:49:01 +00:00

Remove unneeded requires

This commit is contained in:
dmiller
2015-02-28 12:43:59 +00:00
parent fac667e621
commit 4d106cbe23
77 changed files with 5 additions and 99 deletions

View File

@@ -29,7 +29,6 @@ local target = require "target"
local shortport = require "shortport"
local httpspider = require "httpspider"
local stdnse = require "stdnse"
local table = require "table"
getLastLoc = function(host, port, useragent)