Skip to content

Commit b218c76

Browse files
committed
cleanup stray comment
1 parent 0be166e commit b218c76

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/msf/core/post_mixin.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,6 @@ def session_compatible?(sess_or_sid)
169169
mod_arch = self.module_info['Arch']
170170
unless mod_arch.nil?
171171
mod_arch = [mod_arch] unless mod_arch.kind_of?(Array)
172-
# this looks incomplete like there should have been more testing done here
173172
return false unless mod_arch.include? s.base_arch
174173
end
175174

0 commit comments

Comments
 (0)