Skip to content
This repository was archived by the owner on Nov 20, 2020. It is now read-only.

Commit defc566

Browse files
committed
remove todo
1 parent 1144572 commit defc566

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

dist/depends.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,6 @@ local function get_packages_to_install(pkg, installed, manifest, dependency_mani
308308
-- will be rewritten by information taken from pkg's dist.info file
309309
if pkg.version == "scm" then pkg.was_scm_version = true end
310310

311-
-- TODO: HERE?
312311
-- Try to obtain cached dependency information from the dependency manifest
313312
if dependency_manifest[pkg.name .. "-" .. pkg.version] and cfg.dep_cache then
314313
pkg = dependency_manifest[pkg.name .. "-" .. pkg.version]

0 commit comments

Comments
 (0)