Skip to content

Commit 973f3ba

Browse files
committed
Remove require statements for remote_service_endpoint
1 parent 74c00cf commit 973f3ba

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

lib/metasploit/framework/data_service/proxy/core.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
require 'rex/logging'
55
require 'msf/core/db_manager'
66
require 'metasploit/framework/data_service/remote/http/core'
7-
require 'metasploit/framework/data_service/remote/http/remote_service_endpoint'
87
require 'metasploit/framework/data_service/proxy/data_proxy_auto_loader'
98

109
#

lib/metasploit/framework/data_service/remote/http/core.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
require 'metasploit/framework/data_service/remote/http/remote_service_endpoint'
21
require 'metasploit/framework/data_service'
32
require 'metasploit/framework/data_service/remote/http/data_service_auto_loader'
43
require 'net/http'

lib/metasploit/framework/data_service/remote/msf_red/msf_red_service.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
require 'metasploit/framework/data_service'
22
require 'metasploit/framework/data_service/remote/http/core'
3-
require 'metasploit/framework/data_service/remote/http/remote_service_endpoint'
43

54
class MSFRedService
65
JOB_CHECK_INTERVAL_SEC = 5

lib/msf/ui/console/command_dispatcher/db.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
require 'msf/core/db_export'
77
require 'metasploit/framework/data_service'
88
require 'metasploit/framework/data_service/remote/http/core'
9-
require 'metasploit/framework/data_service/remote/http/remote_service_endpoint'
109

1110
module Msf
1211
module Ui

0 commit comments

Comments
 (0)