summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xmake/modules/detect/sdks/find_wasisdk.lua3
1 files changed, 0 insertions, 3 deletions
diff --git a/xmake/modules/detect/sdks/find_wasisdk.lua b/xmake/modules/detect/sdks/find_wasisdk.lua
index cfc5343e7..916f528ea 100644
--- a/xmake/modules/detect/sdks/find_wasisdk.lua
+++ b/xmake/modules/detect/sdks/find_wasisdk.lua
@@ -76,8 +76,6 @@ end
-- @endcode
--
function main(sdkdir, opt)
-
- -- init arguments
opt = opt or {}
-- attempt to load cache first
@@ -93,7 +91,6 @@ function main(sdkdir, opt)
if opt.verbose or option.get("verbose") then
cprint("checking for wasi-sdk directory ... ${color.success}%s", sdk.sdkdir)
end
-
else
if opt.verbose or option.get("verbose") then
cprint("checking for wasi-sdk directory ... ${color.nothing}${text.nothing}")