diff options
| author | ruki <[email protected]> | 2017-02-13 13:24:11 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2017-02-13 13:24:25 +0800 |
| commit | a2b7b07658824d024f8d54bc73f4687c34179e49 (patch) | |
| tree | 551241653204748e743efdb991b43ddf2b2c2654 /xmake/tools/link.lua | |
| parent | cf57859f07fedb0611bd543c7b6fae4199de151d (diff) | |
remove some interfaces for go tool and add test for go
Diffstat (limited to 'xmake/tools/link.lua')
| -rwxr-xr-x | xmake/tools/link.lua | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/xmake/tools/link.lua b/xmake/tools/link.lua index c7e9096bf..ecd00190e 100755 --- a/xmake/tools/link.lua +++ b/xmake/tools/link.lua @@ -71,11 +71,6 @@ function get(name) return _g[name] end --- make the strip flag -function nf_strip(level) - return "" -end - -- make the symbol flag function nf_symbol(level, target) |
