From 8b32d408967e9f596a13bdc50093ebbe3ec435f6 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Sun, 10 Apr 2011 10:48:24 -0700 Subject: bitbake/runqueue.py: Remove old log file handling remnants These lines date from earlier code and are no longer required. Signed-off-by: Richard Purdie --- bitbake/lib/bb/runqueue.py | 6 ------ 1 file changed, 6 deletions(-) (limited to 'bitbake/lib') diff --git a/bitbake/lib/bb/runqueue.py b/bitbake/lib/bb/runqueue.py index 95828ca2d6..6ca14ec9de 100644 --- a/bitbake/lib/bb/runqueue.py +++ b/bitbake/lib/bb/runqueue.py @@ -1098,12 +1098,6 @@ class RunQueueExecute: # events bb.event.worker_pid = os.getpid() bb.event.worker_pipe = pipeout - bb.event.useStdout = False - - # Child processes should send their messages to the UI - # process via the server process, not print them - # themselves - bblogger.handlers = [bb.event.LogHandler()] self.rq.state = runQueueChildProcess # Make the child the process group leader -- cgit v1.2.3-54-g00ecf