summaryrefslogtreecommitdiff
path: root/xmake/core/project/task.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2016-03-15 21:01:32 +0800
committerruki <[email protected]>2016-03-15 21:01:32 +0800
commitef9342cfecbcbf2f95220e08132e6530bf754f5f (patch)
treeeef4c52c57fb3fafe549d3962d1fed102e0b1ec6 /xmake/core/project/task.lua
parentda7bc7414f499ec3420c1d1e062a8913b88935b7 (diff)
load config
Diffstat (limited to 'xmake/core/project/task.lua')
-rw-r--r--xmake/core/project/task.lua6
1 files changed, 0 insertions, 6 deletions
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}