mirror of
https://github.com/powerline/powerline.git
synced 2025-07-30 09:15:19 +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
|
self.watches[path] = w
|
||||||
return 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):
|
def expire_old_queries(self):
|
||||||
pop = []
|
pop = []
|
||||||
now = monotonic()
|
now = monotonic()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user