summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/server/none.py
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2012-10-30 17:20:55 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-11-01 11:46:21 +0000
commite450b10c4ca4a8c32bbe2f77872f84993426fef4 (patch)
tree1e1e4aa43de62ce18e864c707179095b119d6899 /bitbake/lib/bb/server/none.py
parentf5acdd87bd45db9971db1af14e26751f8a3f3792 (diff)
downloadpoky-e450b10c4ca4a8c32bbe2f77872f84993426fef4.tar.gz
bitbake: bitbake/server: Remove dead console log code
This code is dead and doesn't do anything so lets remove it. (Bitbake rev: 8d45739f49618757a5d7d79782deda355e3981ec) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/bb/server/none.py')
-rw-r--r--bitbake/lib/bb/server/none.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/bitbake/lib/bb/server/none.py b/bitbake/lib/bb/server/none.py
index 3be7b1daf6..f5fd4d4f7b 100644
--- a/bitbake/lib/bb/server/none.py
+++ b/bitbake/lib/bb/server/none.py
@@ -191,8 +191,8 @@ class BitBakeServer(object):
191 def saveConnectionDetails(self): 191 def saveConnectionDetails(self):
192 return 192 return
193 193
194 def detach(self, cooker_logfile): 194 def detach(self):
195 self.logfile = cooker_logfile 195 return
196 196
197 def establishConnection(self): 197 def establishConnection(self):
198 self.connection = BitBakeServerConnection(self) 198 self.connection = BitBakeServerConnection(self)