aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/src/commands_remove.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'toolsrc/src/commands_remove.cpp')
-rw-r--r--toolsrc/src/commands_remove.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/toolsrc/src/commands_remove.cpp b/toolsrc/src/commands_remove.cpp
index d95fd7af9..9a0b6950e 100644
--- a/toolsrc/src/commands_remove.cpp
+++ b/toolsrc/src/commands_remove.cpp
@@ -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);