Skip to content

Commit 054e2c4

Browse files
committed
Remove unused method
This method is not being called anywhere in our code and a GitHub search show it is not being used in any project.
1 parent 110f2ed commit 054e2c4

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

activerecord/lib/active_record/connection_adapters/abstract_adapter.rb

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -157,11 +157,6 @@ def supports_primary_key?
157157
false
158158
end
159159

160-
# Does this adapter support using DISTINCT within COUNT?
161-
def supports_count_distinct?
162-
true
163-
end
164-
165160
# Does this adapter support DDL rollbacks in transactions? That is, would
166161
# CREATE TABLE or ALTER TABLE get rolled back by a transaction?
167162
def supports_ddl_transactions?

0 commit comments

Comments
 (0)