remove fail_with defs

bug/bundler_fix
Christian Mehlmauer 2015-04-16 21:49:31 +02:00
parent ba6548db75
commit 8c12361bda
No known key found for this signature in database
GPG Key ID: BCFF4FA966BC32C7
2 changed files with 0 additions and 8 deletions

View File

@ -126,8 +126,4 @@ class Metasploit3 < Msf::Post
def poll_timeout def poll_timeout
POLL_TIMEOUT POLL_TIMEOUT
end end
def fail_with(msg)
raise msg
end
end end

View File

@ -147,8 +147,4 @@ class Metasploit3 < Msf::Post
def poll_timeout def poll_timeout
POLL_TIMEOUT POLL_TIMEOUT
end end
def fail_with(msg)
raise msg
end
end end