cleanup stray comment

bug/bundler_fix
Jeffrey Martin 2016-12-02 15:25:58 -06:00
parent 0be166e719
commit b218c7690a
No known key found for this signature in database
GPG Key ID: 0CD9BBC2AF15F171
1 changed files with 0 additions and 1 deletions

View File

@ -169,7 +169,6 @@ module Msf::PostMixin
mod_arch = self.module_info['Arch']
unless mod_arch.nil?
mod_arch = [mod_arch] unless mod_arch.kind_of?(Array)
# this looks incomplete like there should have been more testing done here
return false unless mod_arch.include? s.base_arch
end