summary refs log tree commit diff
path: root/synapse/api/auth.py
diff options
context:
space:
mode:
Diffstat (limited to 'synapse/api/auth.py')
-rw-r--r--synapse/api/auth.py3
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.