mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-01-12 15:39:33 -05:00
Remove unused _execute_and_decode from scripts/synapse_port_db
This commit is contained in:
parent
1cd65a8d1e
commit
7d55314277
@ -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…
Reference in New Issue
Block a user