summaryrefslogtreecommitdiff
path: root/xmake/core/tool/builder.lua
diff options
context:
space:
mode:
Diffstat (limited to 'xmake/core/tool/builder.lua')
-rw-r--r--xmake/core/tool/builder.lua6
1 files changed, 0 insertions, 6 deletions
diff --git a/xmake/core/tool/builder.lua b/xmake/core/tool/builder.lua
index 23db1044c..8d0fdabf0 100644
--- a/xmake/core/tool/builder.lua
+++ b/xmake/core/tool/builder.lua
@@ -40,22 +40,16 @@ local platform = require("platform/platform")
-- get the tool of builder
function builder:_tool()
-
- -- get it
return self._TOOL
end
-- get the name flags
function builder:_nameflags()
-
- -- get it
return self._NAMEFLAGS
end
-- get the target kind
function builder:_targetkind()
-
- -- get it
return self._TARGETKIND
end