aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bb/server/process.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/bb/server/process.py')
-rw-r--r--lib/bb/server/process.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/bb/server/process.py b/lib/bb/server/process.py
index 40cb99bc9..993ae6627 100644
--- a/lib/bb/server/process.py
+++ b/lib/bb/server/process.py
@@ -410,12 +410,6 @@ class ProcessServer():
nextsleep = 0.1
fds = []
- try:
- self.cooker.process_inotify_updates()
- except Exception as exc:
- serverlog("Exception %s in inofify updates broke the idle_thread, exiting" % traceback.format_exc())
- self.quit = True
-
with bb.utils.lock_timeout(self._idlefuncsLock):
items = list(self._idlefuns.items())