remove fail_with defs
parent
ba6548db75
commit
8c12361bda
|
@ -126,8 +126,4 @@ class Metasploit3 < Msf::Post
|
|||
def poll_timeout
|
||||
POLL_TIMEOUT
|
||||
end
|
||||
|
||||
def fail_with(msg)
|
||||
raise msg
|
||||
end
|
||||
end
|
||||
|
|
|
@ -147,8 +147,4 @@ class Metasploit3 < Msf::Post
|
|||
def poll_timeout
|
||||
POLL_TIMEOUT
|
||||
end
|
||||
|
||||
def fail_with(msg)
|
||||
raise msg
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue