Remove commented-out code

This commit is contained in:
Alexander Karatarakis 2017-01-30 12:46:35 -08:00
parent 4d10454167
commit b1f0a09af2

View File

@ -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(&not_installed);