From c6cf8f109644f2dfb65e9dedd5629cd4a564db02 Mon Sep 17 00:00:00 2001 From: ruki Date: Sun, 2 Feb 2025 22:57:19 +0800 Subject: improve debugger/run --- xmake/modules/detect/tools/find_lldb.lua | 8 -------- 1 file changed, 8 deletions(-) (limited to 'xmake/modules/detect/tools/find_lldb.lua') diff --git a/xmake/modules/detect/tools/find_lldb.lua b/xmake/modules/detect/tools/find_lldb.lua index 7bd0b97ff..bf1e06269 100644 --- a/xmake/modules/detect/tools/find_lldb.lua +++ b/xmake/modules/detect/tools/find_lldb.lua @@ -37,19 +37,11 @@ import("lib.detect.find_programver") -- @endcode -- function main(opt) - - -- init options opt = opt or {} - - -- find program local program = find_program(opt.program or "lldb", opt) - - -- find program version local version = nil if program and opt and opt.version then version = find_programver(program, opt) end - - -- ok? return program, version end -- cgit v1.3.1