diff options
| author | ruki <[email protected]> | 2019-08-31 22:51:59 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2019-08-31 22:51:59 +0800 |
| commit | f375773b28d671a8d4885ea09e64011106f077f9 (patch) | |
| tree | 463821f1e28bc668252c052ebfd6ef711da3d695 /xmake/core/tool/builder.lua | |
| parent | d87ef11e59b4c84c13c680d0dd28bd9a93de39d9 (diff) | |
remove buildmodes
Diffstat (limited to 'xmake/core/tool/builder.lua')
| -rw-r--r-- | xmake/core/tool/builder.lua | 10 |
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 |
