Skip to content

Commit

Permalink
Remove unused push_all() from xmlrpc lib
Browse files Browse the repository at this point in the history
  • Loading branch information
cvaroqui committed May 19, 2018
1 parent 8b018ba commit 33ebde1
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions lib/xmlrpcClient.py
Original file line number Diff line number Diff line change
Expand Up @@ -1095,14 +1095,6 @@ def push_sym(self, objects=[], sync=True):
self.proxy.update_sym_xml(*args)
return r

def push_all(self, svcs, sync=True):
args = [[svc.svcname for svc in svcs]]
if self.auth_node:
args += [(rcEnv.uuid, rcEnv.nodename)]
for svc in svcs:
self.push_config(svc, sync=sync)
self.push_containerinfo(svc, sync=sync)

def push_checks(self, vars, vals, sync=True):
if "push_checks" not in self.proxy_methods:
print("'push_checks' method is not exported by the collector")
Expand Down

0 comments on commit 33ebde1

Please sign in to comment.