summaryrefslogtreecommitdiff
path: root/xmake/tools/ar.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2017-02-13 13:24:11 +0800
committerruki <[email protected]>2017-02-13 13:24:25 +0800
commita2b7b07658824d024f8d54bc73f4687c34179e49 (patch)
tree551241653204748e743efdb991b43ddf2b2c2654 /xmake/tools/ar.lua
parentcf57859f07fedb0611bd543c7b6fae4199de151d (diff)
remove some interfaces for go tool and add test for go
Diffstat (limited to 'xmake/tools/ar.lua')
-rw-r--r--xmake/tools/ar.lua5
1 files changed, 0 insertions, 5 deletions
diff --git a/xmake/tools/ar.lua b/xmake/tools/ar.lua
index 3c9c681d0..802b53860 100644
--- a/xmake/tools/ar.lua
+++ b/xmake/tools/ar.lua
@@ -60,11 +60,6 @@ function strip(level)
return maps[level] or ""
end
--- make the symbol flag
-function symbol(level)
- return ""
-end
-
-- make the archive command
function archivecmd(objectfiles, targetfile, flags)