Remove function that is not used anywhere

This commit is contained in:
ZyX 2014-06-28 22:38:36 +04:00
parent 14608d1bf9
commit cb41ce40d2
1 changed files with 0 additions and 4 deletions

View File

@ -172,10 +172,6 @@ class TreeWatcher(object):
self.watches[path] = w
return w
def is_actually_watched(self, path):
w = self.watches.get(path, None)
return not getattr(w, 'is_dummy', True)
def expire_old_queries(self):
pop = []
now = monotonic()