1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-27 09:59:04 +00:00

Removes unused dependencies from all files in nselib folder.

This commit is contained in:
rewanth
2017-08-15 07:40:45 +00:00
parent d9504537e6
commit 3218c0f216
7 changed files with 24 additions and 36 deletions

View File

@@ -58,7 +58,6 @@ local tointeger = require "math".tointeger
local char = require "string".char
local insert = require "table".insert
local move = require "table".move
local pack = require "table".pack
local unpack = require "table".unpack