1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

[AWS|ELB] remove unused bits

This commit is contained in:
Michael Hale 2013-08-05 15:54:29 -04:00
parent 5937cb64d8
commit 0836163c4f

View file

@ -32,7 +32,6 @@ module Fog
'PolicyNames' => new_listener.policy_names
}]
end
attributes['Policies'] ||= {'AppCookieStickinessPolicies' => [], 'LBCookieStickinessPolicies' => []}
super
end