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…
Reference in New Issue