1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-03 13:19: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

@@ -10,8 +10,6 @@
local select = select
local mininteger = require "math".mininteger
local _ENV = {}
--- Returns the one's complement of <code>a</code>.