Skip to content

Commit

Permalink
Remove unused local variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob Gleeson committed Apr 18, 2012
1 parent af4001d commit 879209e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/webmachine/decision/fsm.rb
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ def run
private
def respond(code, headers={})
response.headers.merge!(headers)
end_time = Time.now
case code
when 404
Webmachine.render_error(code, request, response)
Expand Down

0 comments on commit 879209e

Please sign in to comment.