From a2b7b07658824d024f8d54bc73f4687c34179e49 Mon Sep 17 00:00:00 2001 From: ruki Date: Mon, 13 Feb 2017 13:24:11 +0800 Subject: remove some interfaces for go tool and add test for go --- xmake/tools/ar.lua | 5 ----- 1 file changed, 5 deletions(-) (limited to 'xmake/tools/ar.lua') 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) -- cgit v1.3.1