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 changed files with 0 additions and 1 deletions

1
msfrpc
View File

@ -72,7 +72,6 @@ end
$0 = "msfrpc"
require 'msf/core/rpc/v10/client'
require 'rex/ui'
rpc = Msf::RPC::Client.new(
:host => opts['ServerHost'],