From 6850ce1b32af0239169977139f052264c7dbdc20 Mon Sep 17 00:00:00 2001 From: ruki Date: Tue, 2 Feb 2021 23:39:08 +0800 Subject: remove some comments --- xmake/actions/require/impl/actions/download.lua | 2 -- xmake/core/package/package.lua | 2 -- 2 files changed, 4 deletions(-) diff --git a/xmake/actions/require/impl/actions/download.lua b/xmake/actions/require/impl/actions/download.lua index fa7669b46..f9b332cbc 100644 --- a/xmake/actions/require/impl/actions/download.lua +++ b/xmake/actions/require/impl/actions/download.lua @@ -215,8 +215,6 @@ function main(package) else _download(package, url, sourcedir, url_alias, url_excludes) end - - -- ok return true end, catch 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 -- cgit v1.3.1