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:
parent
06c2b5bb5d
commit
a7394a271b
1 changed files with 0 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue