Remove extra require for a now deleted file that no longer exists

This commit is contained in:
dwelch-r7
2021-03-02 10:57:07 +00:00
parent 053853a86c
commit b833a7a421
-1
View File
@@ -72,7 +72,6 @@ end
$0 = "msfrpc" $0 = "msfrpc"
require 'msf/core/rpc/v10/client' require 'msf/core/rpc/v10/client'
require 'rex/ui'
rpc = Msf::RPC::Client.new( rpc = Msf::RPC::Client.new(
:host => opts['ServerHost'], :host => opts['ServerHost'],