summaryrefslogtreecommitdiff
path: root/xmake/tools/ml.lua
diff options
context:
space:
mode:
Diffstat (limited to 'xmake/tools/ml.lua')
-rwxr-xr-xxmake/tools/ml.lua7
1 files changed, 0 insertions, 7 deletions
diff --git a/xmake/tools/ml.lua b/xmake/tools/ml.lua
index 02e37d0df..26233c8ae 100755
--- a/xmake/tools/ml.lua
+++ b/xmake/tools/ml.lua
@@ -116,13 +116,6 @@ function compile(sourcefile, objectfile, flags, multitasking)
end
end
--- run command
-function run(...)
-
- -- run it
- os.run(...)
-end
-
-- check the given flags
function check(flags)