summaryrefslogtreecommitdiff
path: root/xmake/core/package/addon.lua
diff options
context:
space:
mode:
Diffstat (limited to 'xmake/core/package/addon.lua')
-rw-r--r--xmake/core/package/addon.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/xmake/core/package/addon.lua b/xmake/core/package/addon.lua
index 8787ab73a..43cb81edf 100644
--- a/xmake/core/package/addon.lua
+++ b/xmake/core/package/addon.lua
@@ -573,8 +573,6 @@ end
--
function addon.payloadinfos(kind)
local payloadinfos = {}
- -- @note we need to iterate them in a deterministic order, the load order matters,
- -- e.g. the first plugin wins if two addons provide the same task name
for name, addoninfo in table.orderpairs(addon.addons()) do
if table.contains(addoninfo.payloads or {}, kind) then
table.insert(payloadinfos, {