remove unused imports and vars

This commit is contained in:
Jeffrey Martin 2019-02-21 23:14:55 -06:00
parent dd864e8f6e
commit 98e95eeb18
No known key found for this signature in database
GPG Key ID: 0CD9BBC2AF15F171
1 changed files with 0 additions and 5 deletions

View File

@ -16,13 +16,8 @@ while File.symlink?(msfbase)
end
$:.unshift(File.expand_path(File.join(File.dirname(msfbase), '..', '..', 'lib')))
require 'msfenv'
$:.unshift(ENV['MSF_LOCAL_LIB']) if ENV['MSF_LOCAL_LIB']
require 'rex'
require 'msf/ui'
require 'msf/base'
require 'json'
FILENAME = 'db/modules_metadata_base.json'