Remove return_false_on_aborted_enqueue again

This was supposed to be removed in 7c788e91 but only the deprecation was
actually removed.
This commit is contained in:
Hartley McGuire 2022-07-03 16:20:00 -04:00
parent 31b1403919
commit a0030bf44f
No known key found for this signature in database
GPG Key ID: E823FC1403858A82
1 changed files with 0 additions and 1 deletions

View File

@ -28,7 +28,6 @@ module ActiveJob
end
included do
class_attribute :return_false_on_aborted_enqueue, instance_accessor: false, instance_predicate: false, default: false
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=