Skip to content

Commit

Permalink
find_latest_package_version no longer calls whichOS()
Browse files Browse the repository at this point in the history
  • Loading branch information
nshaheed committed May 2, 2024
1 parent 49a5f99 commit 966336f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/package_list.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ optional<PackageVersion> PackageList::find_latest_package_version(string name) {
// TODO get highest version (how do I do that?)
for (auto package: packages) {
if (package.name == name) {
string os = whichOS();
return package.latest_version(os);
}
}
Expand Down

0 comments on commit 966336f

Please sign in to comment.