Skip to content

Commit

Permalink
Merge pull request #20898 from d-m-u/threads_not_required
Browse files Browse the repository at this point in the history
remove unneeded requires
  • Loading branch information
Fryguy authored Jan 4, 2021
2 parents 4cf4549 + b31793b commit d6c77bd
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
require 'thread'
require 'concurrent/atomic/event'
require 'util/duplicate_blocker'

Expand Down
2 changes: 0 additions & 2 deletions app/models/miq_schedule_worker/runner.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
require 'thread'

class MiqScheduleWorker::Runner < MiqWorker::Runner
include ActiveSupport::Callbacks
define_callbacks(:dst_change)
Expand Down
1 change: 0 additions & 1 deletion app/models/miq_worker/runner.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
require 'miq-process'
require 'thread'

class MiqWorker::Runner
class TemporaryFailure < RuntimeError
Expand Down

0 comments on commit d6c77bd

Please sign in to comment.