aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/routing/route_set.rb
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2014-05-21 15:54:29 -0700
committerAaron Patterson <aaron.patterson@gmail.com>2014-05-21 15:54:29 -0700
commit15adf778af4e1e23d68bfe7684ab2337e5091931 (patch)
treeb31d68c77923d495747b76a48cfacef5aaa7208f /actionpack/lib/action_dispatch/routing/route_set.rb
parent40e77636a301be57794e6656f865ef52979aa4e5 (diff)
downloadrails-15adf778af4e1e23d68bfe7684ab2337e5091931.tar.gz
rails-15adf778af4e1e23d68bfe7684ab2337e5091931.tar.bz2
rails-15adf778af4e1e23d68bfe7684ab2337e5091931.zip
remove dead code. @klass isn't used anymore
Diffstat (limited to 'actionpack/lib/action_dispatch/routing/route_set.rb')
-rw-r--r--actionpack/lib/action_dispatch/routing/route_set.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/actionpack/lib/action_dispatch/routing/route_set.rb b/actionpack/lib/action_dispatch/routing/route_set.rb
index 31005b2daf..49e6890b74 100644
--- a/actionpack/lib/action_dispatch/routing/route_set.rb
+++ b/actionpack/lib/action_dispatch/routing/route_set.rb
@@ -165,7 +165,6 @@ module ActionDispatch
def initialize(route, options)
super
- @klass = Journey::Router::Utils
@required_parts = @route.required_parts
@arg_size = @required_parts.size
end