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:
parent
ab9f160c8f
commit
9f52e1619d
1 changed files with 0 additions and 3 deletions
|
@ -119,9 +119,6 @@ module Sidekiq
|
|||
end
|
||||
end
|
||||
|
||||
# Singleton classes are not clonable.
|
||||
SINGLETON_CLASSES = [ NilClass, TrueClass, FalseClass, Symbol, Fixnum, Float, Bignum ].freeze
|
||||
|
||||
# Deep clone the arguments passed to the worker so that if
|
||||
# the message fails, what is pushed back onto Redis hasn't
|
||||
# been mutated by the worker.
|
||||
|
|
Loading…
Reference in a new issue