From ef9342cfecbcbf2f95220e08132e6530bf754f5f Mon Sep 17 00:00:00 2001 From: ruki Date: Tue, 15 Mar 2016 21:01:32 +0800 Subject: load config --- xmake/core/project/task.lua | 6 ------ 1 file changed, 6 deletions(-) (limited to 'xmake/core/project/task.lua') diff --git a/xmake/core/project/task.lua b/xmake/core/project/task.lua index d8a1150ad..1d882c278 100644 --- a/xmake/core/project/task.lua +++ b/xmake/core/project/task.lua @@ -277,12 +277,6 @@ function task.run(name) return false end - -- load global - global.load() - - -- load config - config.load() - -- run on_before, on_run, on_after local ok = true local on_scripts = {taskinfo.before, taskinfo.run, taskinfo.after} -- cgit v1.3.1