Skip to content

Commit a7394a2

Browse files
committed
Remove the unused, undocumented SQLite3Adapter#supports_count_distinct?
This has returned true since 3cc9b5f, and is not used internally.
1 parent 06c2b5b commit a7394a2

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

activerecord/lib/active_record/connection_adapters/sqlite3_adapter.rb

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -189,11 +189,6 @@ def clear_cache!
189189
@statements.clear
190190
end
191191

192-
# Returns true
193-
def supports_count_distinct? #:nodoc:
194-
true
195-
end
196-
197192
def supports_index_sort_order?
198193
true
199194
end

0 commit comments

Comments
 (0)