From c6c164238305b1aaebff54758035f676feeeb06e Mon Sep 17 00:00:00 2001 From: Carlos Antonio da Silva Date: Tue, 13 May 2014 09:49:00 -0300 Subject: Get rid of unused method It's usage has been removed in 325c9d5e5235db4b5210d9db6c863835d1ac7eed. --- actionpack/lib/action_dispatch/routing/route_set.rb | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'actionpack/lib/action_dispatch') diff --git a/actionpack/lib/action_dispatch/routing/route_set.rb b/actionpack/lib/action_dispatch/routing/route_set.rb index 52cca3e667..d380564c23 100644 --- a/actionpack/lib/action_dispatch/routing/route_set.rb +++ b/actionpack/lib/action_dispatch/routing/route_set.rb @@ -729,17 +729,6 @@ module ActionDispatch raise ActionController::RoutingError, "No route matches #{path.inspect}" end - - private - - def extract_authentication(options) - if options[:user] && options[:password] - [options.delete(:user), options.delete(:password)] - else - nil - end - end - end end end -- cgit v1.2.3