diff options
author | Erik Johnston <erik@matrix.org> | 2017-01-13 15:16:45 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2017-01-13 15:16:45 +0000 |
commit | e178feca3f9063c7a4f768298e889ee54b471e9b (patch) | |
tree | c0d666cb2769169996a2964049961bc24636b87d /synapse/api/auth.py | |
parent | Split event auth code into seperate module (diff) | |
download | synapse-e178feca3f9063c7a4f768298e889ee54b471e9b.tar.xz |
Remove unused function
Diffstat (limited to 'synapse/api/auth.py')
-rw-r--r-- | synapse/api/auth.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/synapse/api/auth.py b/synapse/api/auth.py index b781d41a66..280d4c4452 100644 --- a/synapse/api/auth.py +++ b/synapse/api/auth.py @@ -561,9 +561,6 @@ class Auth(object): defer.returnValue(auth_ids) - def _get_send_level(self, etype, state_key, auth_events): - return event_auth._get_send_level(etype, state_key, auth_events) - def check_redaction(self, event, auth_events): """Check whether the event sender is allowed to redact the target event. |