remove unused param on make_tuple_comparison_clause

This commit is contained in:
Richard van der Hoff 2021-04-08 18:29:57 +01:00
parent 77e56deffc
commit 24c58ebfc9
5 changed files with 3 additions and 9 deletions

View file

@ -838,7 +838,6 @@ class EventsBackgroundUpdatesStore(SQLBaseStore):
# We want to do a `(topological_ordering, stream_ordering) > (?,?)`
# comparison, but that is not supported on older SQLite versions
tuple_clause, tuple_args = make_tuple_comparison_clause(
self.database_engine,
[
("events.room_id", last_room_id),
("topological_ordering", last_depth),