Skip to content

Commit

Permalink
removed dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
Frederik Fix committed Nov 15, 2009
1 parent 801c553 commit 7ba2a51
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions lib/adaptive_pay/interface.rb
Original file line number Diff line number Diff line change
Expand Up @@ -81,16 +81,5 @@ def perform(request)
end
end

private
def request_or_from_yield(request, klass, &block)
if request
request
else
request = klass.new
yield request
request
end
end

end
end

0 comments on commit 7ba2a51

Please sign in to comment.