Commit 75b26012 authored by Benjamin Blanc's avatar Benjamin Blanc

util: remove useless getFooFooFoo method

parent 88161579
...@@ -360,6 +360,7 @@ class TestResultProxyProxy(TestResultProxy): ...@@ -360,6 +360,7 @@ class TestResultProxyProxy(TestResultProxy):
TestResultProxy.__init__(proxy, retry_time, logger, test_result_path, TestResultProxy.__init__(proxy, retry_time, logger, test_result_path,
node_title, revision) node_title, revision)
class ServerProxy(xmlrpclib.ServerProxy): class ServerProxy(xmlrpclib.ServerProxy):
def __init__(self, *args, **kw): def __init__(self, *args, **kw):
...@@ -497,13 +498,6 @@ class TaskDistributor(RPCRetry): ...@@ -497,13 +498,6 @@ class TaskDistributor(RPCRetry):
""" """
return self._retryRPC('getSlaposAccountCertificate') return self._retryRPC('getSlaposAccountCertificate')
def getFooFooFoo(self):
"""
Returns "FooFooFoo"
"""
return self._retryRPC('getFooFooFoo')
class DummyTaskDistributionTool(object): class DummyTaskDistributionTool(object):
""" """
Fake remote server. Fake remote server.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment