summaryrefslogtreecommitdiff
path: root/poky/bitbake/bin/bitbake-hashclient
diff options
context:
space:
mode:
Diffstat (limited to 'poky/bitbake/bin/bitbake-hashclient')
-rwxr-xr-xpoky/bitbake/bin/bitbake-hashclient3
1 files changed, 0 insertions, 3 deletions
diff --git a/poky/bitbake/bin/bitbake-hashclient b/poky/bitbake/bin/bitbake-hashclient
index 29ab65f17..a89290217 100755
--- a/poky/bitbake/bin/bitbake-hashclient
+++ b/poky/bitbake/bin/bitbake-hashclient
@@ -151,9 +151,6 @@ def main():
func = getattr(args, 'func', None)
if func:
client = hashserv.create_client(args.address)
- # Try to establish a connection to the server now to detect failures
- # early
- client.connect()
return func(args, client)