mirror of
https://github.com/element-hq/synapse.git
synced 2025-03-05 15:37:02 +00:00
Remove unused _execute_and_decode from scripts/synapse_port_db
This commit is contained in:
parent
1cd65a8d1e
commit
7d55314277
1 changed files with 0 additions and 2 deletions
|
@ -95,8 +95,6 @@ class Store(object):
|
|||
_simple_update_one = SQLBaseStore.__dict__["_simple_update_one"]
|
||||
_simple_update_one_txn = SQLBaseStore.__dict__["_simple_update_one_txn"]
|
||||
|
||||
_execute_and_decode = SQLBaseStore.__dict__["_execute_and_decode"]
|
||||
|
||||
def runInteraction(self, desc, func, *args, **kwargs):
|
||||
def r(conn):
|
||||
try:
|
||||
|
|
Loading…
Add table
Reference in a new issue