mirror of
https://github.com/powerline/powerline.git
synced 2025-07-29 16:55:07 +02:00
Remove function that is not used anywhere
This commit is contained in:
parent
14608d1bf9
commit
cb41ce40d2
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user