summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2021-03-19 23:19:29 +0800
committerruki <[email protected]>2021-03-19 23:19:29 +0800
commit75aeab68cd10fd361547fb7da23151ede22c70f1 (patch)
tree206885aba7def4f0780ca04a548071ab93ab6737
parentd3a4bea52c5a022472133368b6f002f285144d36 (diff)
remove unused codes
-rw-r--r--xmake/actions/config/main.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/xmake/actions/config/main.lua b/xmake/actions/config/main.lua
index 9d56baac4..8b4098ca5 100644
--- a/xmake/actions/config/main.lua
+++ b/xmake/actions/config/main.lua
@@ -152,7 +152,6 @@ function _check_target_toolchains()
-- we only abort it when we know that toolchains of platform and target do not found
local toolchain_found
for _, toolchain_inst in pairs(target:toolchains()) do
- print(toolchain_inst:name())
if toolchain_inst:is_standalone() then
toolchain_found = true
end