From 6a8bc42014b8384693d5cd2fd8d223cae7b4c54f Mon Sep 17 00:00:00 2001 From: Cristian Ciupitu Date: Wed, 9 Jul 2014 23:11:15 +0300 Subject: [PATCH] Remove useless code --- library/system/service | 2 -- 1 file changed, 2 deletions(-) diff --git a/library/system/service b/library/system/service index 6fe57fdbc1a..53416f54039 100644 --- a/library/system/service +++ b/library/system/service @@ -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)