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 2014-05-19 04:37:56 -07:00
parent ab9f160c8f
commit 9f52e1619d

View file

@ -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.