mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 06:40:48 +00:00
removed dead code
This commit is contained in:
parent
cd430fcc9a
commit
b209bfbdfe
1 changed files with 0 additions and 3 deletions
|
|
@ -205,9 +205,6 @@ Credentials = {
|
|||
-- @return tbl table containing the discovered credentials
|
||||
getTable = function(self)
|
||||
local result = {}
|
||||
local all = self.storage:getAll()
|
||||
|
||||
if ( not(all) ) then return end
|
||||
|
||||
for _, v in pairs(self.storage:getAll()) do
|
||||
local h = ( v.host.ip or v.host )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue