diff options
Diffstat (limited to 'bitbake/lib/bb/cooker.py')
-rw-r--r-- | bitbake/lib/bb/cooker.py | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/bitbake/lib/bb/cooker.py b/bitbake/lib/bb/cooker.py index 1d347ddc52..d2c42c858d 100644 --- a/bitbake/lib/bb/cooker.py +++ b/bitbake/lib/bb/cooker.py | |||
@@ -190,12 +190,6 @@ class BBCooker: | |||
190 | 190 | ||
191 | self.inotify_modified_files = [] | 191 | self.inotify_modified_files = [] |
192 | 192 | ||
193 | def _process_inotify_updates(server, cooker, halt): | ||
194 | cooker.process_inotify_updates() | ||
195 | return 1.0 | ||
196 | |||
197 | self.idleCallBackRegister(_process_inotify_updates, self) | ||
198 | |||
199 | # TOSTOP must not be set or our children will hang when they output | 193 | # TOSTOP must not be set or our children will hang when they output |
200 | try: | 194 | try: |
201 | fd = sys.stdout.fileno() | 195 | fd = sys.stdout.fileno() |