From 1643a9bdedad65878c32e2aaff5118524edcefd6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gr=C3=A9gory=20Wisniewski?= <gregory@nexedi.com>
Date: Mon, 13 Jul 2009 08:59:07 +0000
Subject: [PATCH] Remove an unused method (and implemented into PartitionTable)

git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@850 71dcc9de-d417-0410-9af5-da40c76e7ee4
---
 neo/storage/app.py | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/neo/storage/app.py b/neo/storage/app.py
index f953a0f0..d79141a3 100644
--- a/neo/storage/app.py
+++ b/neo/storage/app.py
@@ -297,9 +297,6 @@ class Application(object):
             _callable, args, kwargs = p()
             _callable(*args, **kwargs)
 
-    def getPartition(self, oid_or_tid):
-        return unpack('!Q', oid_or_tid)[0] % self.num_partitions
-
     def shutdown(self):
         """Close all connections and exit"""
         for c in self.em.getConnectionList():
-- 
2.30.9