summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Larson <chris_larson@mentor.com>2010-12-17 14:46:55 -0700
committerChris Larson <chris_larson@mentor.com>2010-12-17 14:47:26 -0700
commit2b07525d80f5d635e7bdcd4a9b1b93a3b834f7ce (patch)
tree3769c6b324bd84e9657faeef1728b8d9e04a3f0d
parent99cdb61b30d0c75c8f831c78346cc9f8ca7945dd (diff)
downloadbitbake-2b07525d80f5d635e7bdcd4a9b1b93a3b834f7ce.tar.gz
runqueue: kill pre-server-ui-split remnant
Signed-off-by: Chris Larson <chris_larson@mentor.com>
-rw-r--r--lib/bb/runqueue.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/bb/runqueue.py b/lib/bb/runqueue.py
index 85e1760eb..3dc2051d0 100644
--- a/lib/bb/runqueue.py
+++ b/lib/bb/runqueue.py
@@ -998,11 +998,6 @@ class RunQueueExecute:
bb.event.worker_pid = os.getpid()
bb.event.worker_pipe = pipeout
- # 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
os.setpgid(0, 0)