Merge pull request #47405 from etiennebarrie/remove-deprecation-warning-without-deprecator-or-behavior

Remove deprecation warning without a deprecator
This commit is contained in:
Eileen M. Uchitelle 2023-02-15 12:43:04 -05:00 committed by GitHub
commit 26e21fc854
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -28,9 +28,6 @@ class << self
end
included do
cattr_accessor :skip_after_callbacks_if_terminated, instance_accessor: false, default: false
singleton_class.deprecate :skip_after_callbacks_if_terminated, :skip_after_callbacks_if_terminated=
define_callbacks :perform, skip_after_callbacks_if_terminated: true
define_callbacks :enqueue, skip_after_callbacks_if_terminated: true
end