mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-19 05:53:03 +08:00
Remove commented-out code
This commit is contained in:
parent
4d10454167
commit
b1f0a09af2
@ -130,11 +130,6 @@ namespace vcpkg::Commands::Remove
|
||||
Checks::unreachable();
|
||||
}
|
||||
|
||||
//std::copy_if(plan.cbegin(), plan.cend(), std::back_inserter(not_installed), [](const package_spec_with_remove_plan& i)
|
||||
// {
|
||||
// return i.plan.type == remove_plan_type::NOT_INSTALLED;
|
||||
// });
|
||||
|
||||
if (!not_installed.empty())
|
||||
{
|
||||
sort_packages_by_name(¬_installed);
|
||||
|
Loading…
Reference in New Issue
Block a user