Skip to content
Snippets Groups Projects
Commit 82b8d4b8 authored by Mark Haines's avatar Mark Haines
Browse files

synapse/state.py:_get_state_key_from_event was unused

parent 57338a97
No related branches found
No related tags found
Loading
......@@ -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"))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment