summaryrefslogtreecommitdiff
path: root/xmake/actions/addon/main.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2026-08-15 16:29:16 +0800
committerruki <[email protected]>2026-08-15 16:29:16 +0800
commit67ffcd8a481a5c6c51da8044bfe1ebed980b1e56 (patch)
tree28054248eb7e151102330994b45ce1087ee8905d /xmake/actions/addon/main.lua
parent62bae6f061c8577aae7dff8c1f6c47a5e705f3bb (diff)
fix some bugs
Diffstat (limited to 'xmake/actions/addon/main.lua')
-rw-r--r--xmake/actions/addon/main.lua4
1 files changed, 0 insertions, 4 deletions
diff --git a/xmake/actions/addon/main.lua b/xmake/actions/addon/main.lua
index c2ecdb892..bf6f27f5d 100644
--- a/xmake/actions/addon/main.lua
+++ b/xmake/actions/addon/main.lua
@@ -240,10 +240,6 @@ function _search()
end
-- collect the installed addons from the addons registry
---
--- we always rescan the install directory here to repair the registry,
--- e.g. the user may remove some addon directories manually
---
function _collect_installed_addons()
local entries = {}
for name, addoninfo in table.orderpairs(addon.addons()) do