summaryrefslogtreecommitdiff
path: root/lib/api/helpers.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/api/helpers.rb')
-rw-r--r--lib/api/helpers.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/api/helpers.rb b/lib/api/helpers.rb
index e55452fd07b..9fa0923d914 100644
--- a/lib/api/helpers.rb
+++ b/lib/api/helpers.rb
@@ -167,10 +167,6 @@ module API
current_authenticated_job.project == project
end
- def enforce_jobs_api_rate_limits(project)
- ::Feature.enabled?(:ci_enforce_rate_limits_jobs_api, project)
- end
-
# rubocop: disable CodeReuse/ActiveRecord
def find_group(id)
if id.to_s =~ INTEGER_ID_REGEX