diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2017-01-30 12:46:35 -0800 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2017-01-30 21:52:43 -0800 |
| commit | b1f0a09af250296d7483aa28e3a014d2635600b5 (patch) | |
| tree | 07f578f669e46b787ec4e910fe8fb8d45f14cd70 /toolsrc/src/commands_remove.cpp | |
| parent | 4d104541674f1975b60c2ccd694d447e25a16359 (diff) | |
| download | vcpkg-b1f0a09af250296d7483aa28e3a014d2635600b5.tar.gz vcpkg-b1f0a09af250296d7483aa28e3a014d2635600b5.zip | |
Remove commented-out code
Diffstat (limited to 'toolsrc/src/commands_remove.cpp')
| -rw-r--r-- | toolsrc/src/commands_remove.cpp | 5 |
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(¬_installed); |
