Remove unused functions

This commit is contained in:
Mark Haines 2015-01-13 15:57:26 +00:00
parent fda63064fc
commit 3891597eb3
4 changed files with 0 additions and 30 deletions

View file

@ -78,12 +78,6 @@ class StateStore(SQLBaseStore):
f,
)
def store_state_groups(self, event):
return self.runInteraction(
"store_state_groups",
self._store_state_groups_txn, event
)
def _store_state_groups_txn(self, txn, event, context):
if context.current_state is None:
return