summaryrefslogtreecommitdiff
path: root/xmake/tools/ccache.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2016-07-09 22:34:16 +0800
committerruki <[email protected]>2016-07-09 22:34:16 +0800
commitf54223a97ba93b02128df84d52d3efe7abd2a36a (patch)
treeb6d5e5d1b4d70bd1eeadf936751eb50930f3bab6 /xmake/tools/ccache.lua
parent0d3075a0739eff0e28db11889a62ed3db8f4ab9f (diff)
add archiver and extractor
Diffstat (limited to 'xmake/tools/ccache.lua')
-rw-r--r--xmake/tools/ccache.lua7
1 files changed, 0 insertions, 7 deletions
diff --git a/xmake/tools/ccache.lua b/xmake/tools/ccache.lua
index cd91dba0d..964f2f8d1 100644
--- a/xmake/tools/ccache.lua
+++ b/xmake/tools/ccache.lua
@@ -35,13 +35,6 @@ function get(name)
return _g[name]
end
--- run it
-function run(...)
-
- -- run it
- os.run(...)
-end
-
-- check the given flags
function check(flags)