From a8d0084c692af41b63c39fb956f3d5ce5516121f Mon Sep 17 00:00:00 2001 From: Marcin Olichwirowicz Date: Wed, 19 Aug 2015 19:14:38 +0200 Subject: Remove dead code --- actionpack/lib/action_controller/base.rb | 4 ---- 1 file changed, 4 deletions(-) (limited to 'actionpack') diff --git a/actionpack/lib/action_controller/base.rb b/actionpack/lib/action_controller/base.rb index 55734b9774..c0cd4ed2c6 100644 --- a/actionpack/lib/action_controller/base.rb +++ b/actionpack/lib/action_controller/base.rb @@ -259,10 +259,6 @@ module ActionController PROTECTED_IVARS end - def self.protected_instance_variables - PROTECTED_IVARS - end - ActiveSupport.run_load_hooks(:action_controller, self) end end -- cgit v1.2.3