Commit c96b2ae3 by James Cammarata

Merge pull request #8080 from ciupicri/service

Remove unused code
parents 2016406b 6a8bc420
......@@ -389,8 +389,6 @@ class LinuxService(Service):
location = dict()
for binary in binaries:
location[binary] = None
for binary in binaries:
location[binary] = self.module.get_bin_path(binary)
def check_systemd(name):
......
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