From 6e3953e15f76206c6c676c488e9b561bcdb6cc0a Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Sun, 3 Feb 2013 23:18:42 +0100 Subject: [PATCH] remove unused path --- morituri/common/program.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/morituri/common/program.py b/morituri/common/program.py index 8c8be40..787914e 100644 --- a/morituri/common/program.py +++ b/morituri/common/program.py @@ -140,8 +140,6 @@ class Program(log.Loggable): @rtype: L{table.Table} """ - path = self._getTableCachePath() - tcache = cache.TableCache() ptable = tcache.get(cddbdiscid, mbdiscid)