Skip to content

Commit

Permalink
Remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriprat committed Jul 4, 2015
1 parent c9a7f47 commit 575d793
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/resque_delay/performable_method.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ def initialize(object, method, args, queue, run_in)
self.queue = queue
self.run_in = run_in
end

def resque_args
[object, method, args]
end

def display_name
case self.object
Expand Down

0 comments on commit 575d793

Please sign in to comment.