Commit 6a8bc420 by Cristian Ciupitu

Remove useless code

parent 56c94dc8
...@@ -389,8 +389,6 @@ class LinuxService(Service): ...@@ -389,8 +389,6 @@ class LinuxService(Service):
location = dict() location = dict()
for binary in binaries: for binary in binaries:
location[binary] = None
for binary in binaries:
location[binary] = self.module.get_bin_path(binary) location[binary] = self.module.get_bin_path(binary)
def check_systemd(name): 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