Skip to content

Commit d17094d

Browse files
authored
Remove unused method (#1284)
1 parent 4196d90 commit d17094d

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

lib/active_record/connection_adapters/sqlserver_adapter.rb

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -324,13 +324,6 @@ def version
324324
self.class::VERSION
325325
end
326326

327-
def combine_bind_parameters(from_clause: [], join_clause: [], where_clause: [], having_clause: [], limit: nil, offset: nil)
328-
result = from_clause + join_clause + where_clause + having_clause
329-
result << offset if offset
330-
result << limit if limit
331-
result
332-
end
333-
334327
def get_database_version # :nodoc:
335328
version_year
336329
end

0 commit comments

Comments
 (0)