synapse/state.py:_get_state_key_from_event was unused

This commit is contained in:
Mark Haines 2015-09-23 10:27:47 +01:00
parent 57338a9768
commit 82b8d4b86a

View file

@ -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"))