diff options
| author | ruki <[email protected]> | 2015-05-15 11:57:59 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2015-05-15 11:57:59 +0800 |
| commit | 62456790b7c23a4f471d45d69f65bf4dbdc5aab2 (patch) | |
| tree | a8f48299c738065567e23f9607e0423c3e852236 /xmake/scripts/action/_config.lua | |
| parent | 418ef668596cb107b75dddee0c4562e4502613cc (diff) | |
modify xconf format
Diffstat (limited to 'xmake/scripts/action/_config.lua')
| -rw-r--r-- | xmake/scripts/action/_config.lua | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/xmake/scripts/action/_config.lua b/xmake/scripts/action/_config.lua index a627c61d9..ee730a718 100644 --- a/xmake/scripts/action/_config.lua +++ b/xmake/scripts/action/_config.lua @@ -31,9 +31,6 @@ local config = require("base/config") -- done the given config function _config.done() - -- dump configs - config.dump() - -- save configs if not config.savexconf() then return false |
