summaryrefslogtreecommitdiff
path: root/xmake/core/package/package.lua
diff options
context:
space:
mode:
Diffstat (limited to 'xmake/core/package/package.lua')
-rw-r--r--xmake/core/package/package.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/xmake/core/package/package.lua b/xmake/core/package/package.lua
index ba66ecdd5..398c89285 100644
--- a/xmake/core/package/package.lua
+++ b/xmake/core/package/package.lua
@@ -908,8 +908,6 @@ function _instance:fetch(opt)
if isSys ~= nil then
self._isSys = isSys
end
-
- -- ok
return fetchinfo
end