1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Remove the unused, undocumented SQLite3Adapter#supports_count_distinct?

This has returned true since 3cc9b5f1, and is not used internally.
This commit is contained in:
Ben Woosley 2013-11-12 00:52:25 -08:00
parent 06c2b5bb5d
commit a7394a271b

View file

@ -189,11 +189,6 @@ module ActiveRecord
@statements.clear
end
# Returns true
def supports_count_distinct? #:nodoc:
true
end
def supports_index_sort_order?
true
end