1
0
mirror of https://git.yoctoproject.org/poky synced 2026-07-27 07:27:12 +00:00

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>
This commit is contained in:
Richard Purdie
2012-10-30 17:20:55 +00:00
parent f5acdd87bd
commit e450b10c4c
4 changed files with 6 additions and 10 deletions
+2 -2
View File
@@ -191,8 +191,8 @@ class BitBakeServer(object):
def saveConnectionDetails(self):
return
def detach(self, cooker_logfile):
self.logfile = cooker_logfile
def detach(self):
return
def establishConnection(self):
self.connection = BitBakeServerConnection(self)