diff options
| author | TitanSnow <[email protected]> | 2017-05-08 10:09:44 +0800 |
|---|---|---|
| committer | TitanSnow <[email protected]> | 2017-05-08 10:09:44 +0800 |
| commit | c143606586fe8e2303b4801fde89359caa773f16 (patch) | |
| tree | 3df220805f0e2287be29b3d83c63a93845e1aa4f | |
| parent | 9987599f8767efe1c7a18e6489e3fd8d08252c25 (diff) | |
Revert "add features print"
This reverts commit 16e19bc640b3750ed47e190a11c336620cc09b8b.
| -rw-r--r-- | xmake/core/main.lua | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/xmake/core/main.lua b/xmake/core/main.lua index de0ab15af..97c77ae43 100644 --- a/xmake/core/main.lua +++ b/xmake/core/main.lua @@ -44,17 +44,6 @@ local menu = -- copyright , copyright = "Copyright (C) 2015-2016 Ruki Wang, ${underline}tboox.org${clear}, ${underline}xmake.io${clear}\nCopyright (C) 2005-2015 Mike Pall, ${underline}luajit.org${clear}" - -- features -, features = (function() - local str = "" - for _, val in ipairs(os.features()) do - str = str .. val .. ", " - end - if #str ~= 0 then - return "Enable: " .. str:sub(1, #str - 2) - end - end)() - -- the tasks: xmake [task] , task.menu @@ -85,11 +74,6 @@ function main._help() utils.cprint(menu.copyright) end - -- print features - if menu.features then - utils.print(menu.features) - end - -- ok return true end |
