Skip to content

Commit

Permalink
remove unused path_without_format variable
Browse files Browse the repository at this point in the history
Was forgotten in a72dab0.
  • Loading branch information
korny committed Mar 3, 2013
1 parent d2b9862 commit 98739cf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions actionpack/lib/action_dispatch/routing/mapper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,6 @@ def to_route
private

def normalize_options!
path_without_format = @path.sub(/\(\.:format\)$/, '')

@options.merge!(default_controller_and_action)

requirements.each do |name, requirement|
Expand Down

0 comments on commit 98739cf

Please sign in to comment.