]> git.e2factory.org Git - e2factory.git/commitdiff
licence: remove empty loop missed in the file class conversion
authorTobias Ulmer <tu@emlix.com>
Tue, 28 Feb 2017 19:16:33 +0000 (20:16 +0100)
committerTobias Ulmer <tu@emlix.com>
Tue, 28 Feb 2017 19:17:32 +0000 (20:17 +0100)
Signed-off-by: Tobias Ulmer <tu@emlix.com>
local/licence.lua

index dc6d9aa6bec60b58d7bef7c1b106868e92867655..43b87496e8c053be7a6b2a00a17c09992021e55c 100644 (file)
@@ -211,11 +211,6 @@ function licence.load_licence_config()
 
             licence.licences[name]:add_file(file)
         end
-
-
-
-        for _,f in ipairs(l.files) do
-        end
     end
 
     return true