From 89c7f27572bd4a58806c7c2fc5ceeb363dc06061 Mon Sep 17 00:00:00 2001
From: Brian Warner <warner@lothar.com>
Date: Sun, 2 Sep 2007 15:03:40 -0700
Subject: [PATCH] storage: remove get_or_add_owner, since I don't know what we
 need yet

---
 src/allmydata/storage.py | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/src/allmydata/storage.py b/src/allmydata/storage.py
index 5132fd4c..396d49d3 100644
--- a/src/allmydata/storage.py
+++ b/src/allmydata/storage.py
@@ -283,15 +283,6 @@ class StorageServer(service.MultiService, Referenceable):
 
         return alreadygot, bucketwriters
 
-    def get_or_add_owner(self, owner):
-        # this will be more fully implemented when we get the Introduction
-        # protocol built. At that point, it should take the 'owner' argument
-        # (either a FURL or a Sealer/public-key) and look it up in a
-        # persistent table, returning a short integer. If the owner doesn't
-        # yet exist in the table, create a new entry for it and return the
-        # new index.
-        return 0
-
     def remote_renew_lease(self, storage_index, renew_secret):
         new_expire_time = time.time() + 31*24*60*60
         found_buckets = False
-- 
2.45.2