From 1f2850cdd9face1e4cc611fc933e84b80f11eec6 Mon Sep 17 00:00:00 2001 From: Vincent Pelletier <vincent@nexedi.com> Date: Sat, 1 Sep 2018 13:56:05 +0900 Subject: [PATCH] SQLCatalog: Drop unused function. --- product/ZSQLCatalog/SQLCatalog.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/product/ZSQLCatalog/SQLCatalog.py b/product/ZSQLCatalog/SQLCatalog.py index dfef42fdef..491ffeea3b 100644 --- a/product/ZSQLCatalog/SQLCatalog.py +++ b/product/ZSQLCatalog/SQLCatalog.py @@ -100,10 +100,6 @@ def getInstanceID(instance): instance._v_physical_path = instance_id = instance.getPhysicalPath() return instance_id -def generateCatalogCacheId(method_id, self, *args, **kwd): - return str((method_id, self.getCacheSequenceNumber(), getInstanceID(self), - args, kwd)) - class transactional_cache_decorator: """ Implements singleton-style caching. -- 2.30.9