From e178feca3f9063c7a4f768298e889ee54b471e9b Mon Sep 17 00:00:00 2001 From: Erik Johnston Date: Fri, 13 Jan 2017 15:16:45 +0000 Subject: [PATCH] Remove unused function --- synapse/api/auth.py | 3 --- 1 file changed, 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.