mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
Remove unused instance variables
These two lines are not needed anymore after fb2c2865
.
This commit is contained in:
parent
e72cfe0841
commit
c7996e855a
1 changed files with 0 additions and 2 deletions
|
@ -20,8 +20,6 @@ module Sidekiq
|
||||||
|
|
||||||
def initialize
|
def initialize
|
||||||
@code = nil
|
@code = nil
|
||||||
@interrupt_mutex = Mutex.new
|
|
||||||
@interrupted = false
|
|
||||||
end
|
end
|
||||||
|
|
||||||
def parse(args=ARGV)
|
def parse(args=ARGV)
|
||||||
|
|
Loading…
Reference in a new issue