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

Miscellaneous code cleanups in my smb-* libraries/scripts (removed unused includes, old debug code, etc.)

This commit is contained in:
ron
2009-06-10 23:13:15 +00:00
parent a36788b554
commit ab59b09c03
6 changed files with 2 additions and 8 deletions

View File

@@ -85,8 +85,6 @@ require 'bin'
require 'netbios'
require 'stdnse'
require 'nsedebug'
have_ssl = (nmap.have_ssl() and pcall(require, "openssl"))
-- Constants