From: Tobias Ulmer Date: Tue, 11 Feb 2014 14:02:39 +0000 (+0100) Subject: Remove unused load functions in load_user_config2() X-Git-Tag: e2factory-2.3.15rc1~221 X-Git-Url: https://git.e2factory.org/?a=commitdiff_plain;h=4e41a9daf37322adcea3a4dca6fa985df5ae775d;p=e2factory.git Remove unused load functions in load_user_config2() Signed-off-by: Tobias Ulmer --- diff --git a/local/e2tool.lua b/local/e2tool.lua index d964756..614e8f7 100644 --- a/local/e2tool.lua +++ b/local/e2tool.lua @@ -227,27 +227,6 @@ local function load_user_config2(info, path, types) t.filename = path table.insert(list, t) end - f.e2project = function(data) - local t = {} - t.data = data - t.type = "project" - t.filename = path - table.insert(list, t) - end - f.e2chroot = function(data) - local t = {} - t.data = data - t.type = "chroot" - t.filename = path - table.insert(list, t) - end - f.e2env = function(data) - local t = {} - t.data = data - t.type = "env" - t.filename = path - table.insert(list, t) - end local g = {} -- compose the environment for the config file g.env = info.env -- env