From 65775cd6bde8514fe5d3e0b809f7dd2a0dc50678 Mon Sep 17 00:00:00 2001 From: Itamar Turner-Trauring Date: Wed, 14 Jun 2023 14:54:24 -0400 Subject: [PATCH] Not used externally. --- src/allmydata/interfaces.py | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/allmydata/interfaces.py b/src/allmydata/interfaces.py index 1ebc23c75..0379e8633 100644 --- a/src/allmydata/interfaces.py +++ b/src/allmydata/interfaces.py @@ -510,16 +510,6 @@ class IServer(IDisplayableServer): def start_connecting(trigger_cb): pass - def get_rref(): - """Obsolete. Use ``get_storage_server`` instead. - - Once a server is connected, I return a RemoteReference. - Before a server is connected for the first time, I return None. - - Note that the rref I return will start producing DeadReferenceErrors - once the connection is lost. - """ - def upload_permitted(): """ :return: True if we should use this server for uploads, False