summaryrefslogtreecommitdiff
path: root/xmake/modules/lib/detect/find_tool.lua
diff options
context:
space:
mode:
Diffstat (limited to 'xmake/modules/lib/detect/find_tool.lua')
-rw-r--r--xmake/modules/lib/detect/find_tool.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/xmake/modules/lib/detect/find_tool.lua b/xmake/modules/lib/detect/find_tool.lua
index 34ad0c20c..f0626c626 100644
--- a/xmake/modules/lib/detect/find_tool.lua
+++ b/xmake/modules/lib/detect/find_tool.lua
@@ -88,7 +88,5 @@ function main(name, opt)
if program and opt.version then
version = find_programver(program, opt)
end
-
- -- ok?
return {name = toolname, program = program, version = version}
end