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)