1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00

Remove unused constant

This commit is contained in:
Mike Perham 2015-07-15 09:14:19 -07:00
parent f41c533b3f
commit 6bf6419c4c

View file

@ -263,7 +263,6 @@ module Sidekiq
# removed from the queue via Job#delete.
#
class Job
KNOWN_WRAPPERS = [/\ASidekiq::Extensions::Delayed/, "ActiveJob::QueueAdapters::SidekiqAdapter::JobWrapper"]
attr_reader :item
def initialize(item, queue_name=nil)