Commit f71b2670 authored by Grzegorz Bizon's avatar Grzegorz Bizon

Remove outdates TODOs from pipeline class

parent ef97b27d
......@@ -496,14 +496,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