mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-27 03:58:06 +03:00
storage/client_ips: remove some dead code
This commit is contained in:
parent
40a1c96617
commit
c445f5fec7
1 changed files with 0 additions and 3 deletions
|
@ -103,9 +103,6 @@ class ClientIpStore(SQLBaseStore):
|
|||
|
||||
@classmethod
|
||||
def _get_last_client_ip_by_device_txn(cls, txn, devices, retcols):
|
||||
def where_clause_for_device(d):
|
||||
return
|
||||
|
||||
where_clauses = []
|
||||
bindings = []
|
||||
for (user_id, device_id) in devices:
|
||||
|
|
Loading…
Reference in a new issue