Skip to content

Commit

Permalink
remove unused LRUCache from ChangeManager
Browse files Browse the repository at this point in the history
  • Loading branch information
djmitche committed May 11, 2011
1 parent 9e2979b commit 38c7064
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions master/buildbot/changes/manager.py
Expand Up @@ -17,7 +17,7 @@
from twisted.internet import defer
from twisted.application import service

from buildbot import interfaces, util
from buildbot import interfaces

class ChangeManager(service.MultiService):
"""
Expand All @@ -37,7 +37,6 @@ class ChangeManager(service.MultiService):
def __init__(self):
service.MultiService.__init__(self)
self.master = None
self._cache = util.LRUCache()
self.lastPruneChanges = 0

def startService(self):
Expand Down

0 comments on commit 38c7064

Please sign in to comment.