diff --git a/actionpack/lib/action_dispatch/routing/route_set.rb b/actionpack/lib/action_dispatch/routing/route_set.rb index 31005b2daf36547c5f22a2d54d9da10287441c6d..49e6890b7450d0168603ebe3d048e4d92f7c1f6a 100644 --- a/actionpack/lib/action_dispatch/routing/route_set.rb +++ b/actionpack/lib/action_dispatch/routing/route_set.rb @@ -165,7 +165,6 @@ class OptimizedUrlHelper < UrlHelper # :nodoc: def initialize(route, options) super - @klass = Journey::Router::Utils @required_parts = @route.required_parts @arg_size = @required_parts.size end