summaryrefslogtreecommitdiff
path: root/xmake/core/tool
diff options
context:
space:
mode:
authorruki <[email protected]>2019-08-31 22:51:59 +0800
committerruki <[email protected]>2019-08-31 22:51:59 +0800
commitf375773b28d671a8d4885ea09e64011106f077f9 (patch)
tree463821f1e28bc668252c052ebfd6ef711da3d695 /xmake/core/tool
parentd87ef11e59b4c84c13c680d0dd28bd9a93de39d9 (diff)
remove buildmodes
Diffstat (limited to 'xmake/core/tool')
-rw-r--r--xmake/core/tool/builder.lua10
1 files changed, 0 insertions, 10 deletions
diff --git a/xmake/core/tool/builder.lua b/xmake/core/tool/builder.lua
index fc73a94fd..ba6f3bcf2 100644
--- a/xmake/core/tool/builder.lua
+++ b/xmake/core/tool/builder.lua
@@ -524,15 +524,5 @@ function builder:format(targetkind)
end
end
--- get buildmode of the tool
-function builder:buildmode(name)
-
- -- get it
- local buildmodes = self:get("buildmodes")
- if buildmodes then
- return buildmodes[name]
- end
-end
-
-- return module
return builder