summaryrefslogtreecommitdiff
path: root/xmake/tools/ar.lua
diff options
context:
space:
mode:
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)