Skip to content

Commit

Permalink
removed unnecessary variable in kip.kx
Browse files Browse the repository at this point in the history
  • Loading branch information
Kray-G committed May 24, 2021
1 parent e6a6328 commit 24e3757
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/exec/kip.kx
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,6 @@ class KinxPackageLibraryManager(repoMgr_) {
installed_ = [];
var dir = $pkgpath / name;
if (File.isDirectory(dir)) {
var packdef = name ? cfgMgr_.getPackageDef(name) : null;
Directory.walk(dir) { &(verpath)
var ver = verpath.filename();
installed_[name][ver] = true;
Expand Down

0 comments on commit 24e3757

Please sign in to comment.