Skip to content

Commit 5e6400a

Browse files
committed
Remove Msf::TaskManager
MSP-11614 `Msf::TaskManager` was only used for `Msf::DBManager#sink`, which was removed because it was unused, so `Msf::TaskManager` can also be removed.
1 parent 55a8f6f commit 5e6400a

File tree

3 files changed

+0
-338
lines changed

3 files changed

+0
-338
lines changed

lib/msf/core/db_manager.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
require 'msf/core/db_import_error'
1818
require 'msf/core/host_state'
1919
require 'msf/core/service_state'
20-
require 'msf/core/task_manager'
2120

2221
# The db module provides persistent storage and events. This class should be instantiated LAST
2322
# as the active_suppport library overrides Kernel.require, slowing down all future code loads.

lib/msf/core/task_manager.rb

Lines changed: 0 additions & 238 deletions
This file was deleted.

spec/lib/msf/core/task_manager_spec.rb

Lines changed: 0 additions & 99 deletions
This file was deleted.

0 commit comments

Comments
 (0)