Get rid of function that's never used

RPORT datastore option is deregistered, and is never used anywhere
in the module, so I don't why we need this rport() function here.
bug/bundler_fix
sinn3r 2013-08-19 16:09:10 -05:00
parent 0af2f1c611
commit 8c03e905de
1 changed files with 0 additions and 4 deletions

View File

@ -26,10 +26,6 @@ class Metasploit3 < Msf::Auxiliary
deregister_options('RPORT', 'RHOST')
end
def rport
datastore['RPORT']
end
def run_host(ip)
begin