summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/hashserv/client.py
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/hashserv/client.py')
-rw-r--r--bitbake/lib/hashserv/client.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/bitbake/lib/hashserv/client.py b/bitbake/lib/hashserv/client.py
index 1a67c6982d..8cfd90d6a8 100644
--- a/bitbake/lib/hashserv/client.py
+++ b/bitbake/lib/hashserv/client.py
@@ -107,7 +107,6 @@ class Client(bb.asyncrpc.Client):
107 super().__init__() 107 super().__init__()
108 self._add_methods( 108 self._add_methods(
109 "connect_tcp", 109 "connect_tcp",
110 "close",
111 "get_unihash", 110 "get_unihash",
112 "report_unihash", 111 "report_unihash",
113 "report_unihash_equiv", 112 "report_unihash_equiv",