summaryrefslogtreecommitdiff
path: root/xmake/tools/lib.lua
diff options
context:
space:
mode:
Diffstat (limited to 'xmake/tools/lib.lua')
-rwxr-xr-xxmake/tools/lib.lua12
1 files changed, 0 insertions, 12 deletions
diff --git a/xmake/tools/lib.lua b/xmake/tools/lib.lua
index 4c7f6c819..cde70ae69 100755
--- a/xmake/tools/lib.lua
+++ b/xmake/tools/lib.lua
@@ -72,18 +72,6 @@ function extract(libraryfile, objectdir)
end
end
--- run command
-function run(...)
-
- -- extract it
- if _g.kind == "ex" then
- return extract(...)
- end
-
- -- run it
- os.run(...)
-end
-
-- check the given flags
function check(flags)