summaryrefslogtreecommitdiff
path: root/lib/gitlab/database/count/exact_count_strategy.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/gitlab/database/count/exact_count_strategy.rb')
-rw-r--r--lib/gitlab/database/count/exact_count_strategy.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/gitlab/database/count/exact_count_strategy.rb b/lib/gitlab/database/count/exact_count_strategy.rb
index fa6951eda22..0b8fe640bf8 100644
--- a/lib/gitlab/database/count/exact_count_strategy.rb
+++ b/lib/gitlab/database/count/exact_count_strategy.rb
@@ -23,10 +23,6 @@ module Gitlab
rescue *CONNECTION_ERRORS
{}
end
-
- def self.enabled?
- true
- end
end
end
end