Commit 1f2850cd authored by Vincent Pelletier's avatar Vincent Pelletier

SQLCatalog: Drop unused function.

parent 028060e6
......@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment