summaryrefslogtreecommitdiff
path: root/xmake/core/package/package.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2020-10-25 21:02:19 +0800
committerruki <[email protected]>2020-10-25 21:02:19 +0800
commit4f11f7dc3c168501d2a415bebe568bf0e176f60a (patch)
tree4a6ca5e9f7dbad6a63a4f8031e956f04804badca /xmake/core/package/package.lua
parent3515c89211579318a597e1e9474c19e48442bcb4 (diff)
improve xrepo
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