Skip to content

Commit dd4b16a

Browse files
committed
Remove some dead code
1 parent dc85a99 commit dd4b16a

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

lib/msf/core/db.rb

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2102,16 +2102,6 @@ def report_loot(opts)
21022102
msf_import_timestamps(opts,loot)
21032103
loot.save!
21042104

2105-
if !opts[:created_at]
2106-
=begin
2107-
if host
2108-
host.updated_at = host.created_at
2109-
host.state = HostState::Alive
2110-
host.save!
2111-
end
2112-
=end
2113-
end
2114-
21152105
ret[:loot] = loot
21162106
}
21172107
end

0 commit comments

Comments
 (0)