summaryrefslogtreecommitdiff
path: root/app/models/group.rb
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-10-21 09:09:48 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2021-10-21 09:09:48 +0000
commita7d30d92f88b05dbd2a666ebed522bcbcd0058f1 (patch)
treef44759ab815d9a3567eae3483856eb4e880a26f8 /app/models/group.rb
parentb86ad5f488abdef5b568d000dd44cf174abbf4fc (diff)
downloadgitlab-ce-a7d30d92f88b05dbd2a666ebed522bcbcd0058f1.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/models/group.rb')
-rw-r--r--app/models/group.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/app/models/group.rb b/app/models/group.rb
index c5e119451e3..51eeee419e0 100644
--- a/app/models/group.rb
+++ b/app/models/group.rb
@@ -760,10 +760,6 @@ class Group < Namespace
Timelog.in_group(self)
end
- def cached_issues_state_count_enabled?
- Feature.enabled?(:cached_issues_state_count, self, default_enabled: :yaml)
- end
-
def organizations
::CustomerRelations::Organization.where(group_id: self.id)
end