Skip to content

Commit

Permalink
Merge pull request ManageIQ#19226 from djberg96/statement_not_reached
Browse files Browse the repository at this point in the history
Remove an unreachable statement
  • Loading branch information
bdunne authored Aug 30, 2019
2 parents c5e2683 + 41c0665 commit 8726980
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/models/miq_worker.rb
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,6 @@ def self.supports_container?
def self.containerized_worker?
# un-rearch containers until further notice
return false
MiqEnvironment::Command.is_podified? && supports_container?
end

def containerized_worker?
Expand Down

0 comments on commit 8726980

Please sign in to comment.