Remove useless code

This commit is contained in:
Cristian Ciupitu 2014-07-09 23:11:15 +03:00
parent 56c94dc834
commit 6a8bc42014

View file

@ -388,8 +388,6 @@ class LinuxService(Service):
initpaths = [ '/etc/init.d' ]
location = dict()
for binary in binaries:
location[binary] = None
for binary in binaries:
location[binary] = self.module.get_bin_path(binary)