Commit 95f2826e authored by Grzegorz Bizon's avatar Grzegorz Bizon

Remove outdates TODOs from pipeline class

parent 2829fa9a
......@@ -478,14 +478,10 @@ module Ci
end
end
# TODO specs
#
def protected_ref?
strong_memoize(:protected_ref) { project.protected_for?(ref) }
end
# TODO specs
#
def legacy_trigger
strong_memoize(:legacy_trigger) { trigger_requests.first }
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment