summaryrefslogtreecommitdiff
path: root/xmake/tools/link.lua
diff options
context:
space:
mode:
Diffstat (limited to 'xmake/tools/link.lua')
-rwxr-xr-xxmake/tools/link.lua5
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)