mirror of
https://github.com/matrix-org/synapse.git
synced 2026-05-04 19:56:29 +02:00
synapse/state.py:_get_state_key_from_event was unused
This commit is contained in:
parent
57338a9768
commit
82b8d4b86a
@ -31,10 +31,6 @@ import hashlib
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
|
||||
def _get_state_key_from_event(event):
|
||||
return event.state_key
|
||||
|
||||
|
||||
KeyStateTuple = namedtuple("KeyStateTuple", ("context", "type", "state_key"))
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user