summaryrefslogtreecommitdiff
path: root/xmake/core/package/package.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2021-02-02 23:39:08 +0800
committerruki <[email protected]>2021-02-02 23:39:08 +0800
commit6850ce1b32af0239169977139f052264c7dbdc20 (patch)
treeb0e6b3fdf857426339f5cbb80f2dd0a6c4ea0af5 /xmake/core/package/package.lua
parent8abac71e35e98611501a53327e1aa926621cb825 (diff)
remove some comments
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 6c730aebd..12d0a722e 100644
--- a/xmake/core/package/package.lua
+++ b/xmake/core/package/package.lua
@@ -252,8 +252,6 @@ function _instance:sourcehash(url_alias)
if not sourcehash then
sourcehash = versions[version_str]
end
-
- -- ok?
return sourcehash
end
end