diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2017-02-15 18:38:40 -0800 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2017-02-15 18:38:40 -0800 |
| commit | b39b2d298d0a1c9e05d0fcaf3e801a0a5bd9cb41 (patch) | |
| tree | 3886028218204a32f955405c3e30ce6deae579c1 /toolsrc/include | |
| parent | fcafe9acea90db01ad059d96aeca82c1880e7da6 (diff) | |
| download | vcpkg-b39b2d298d0a1c9e05d0fcaf3e801a0a5bd9cb41.tar.gz vcpkg-b39b2d298d0a1c9e05d0fcaf3e801a0a5bd9cb41.zip | |
Remove unused variable from create_remove_plan()
Diffstat (limited to 'toolsrc/include')
| -rw-r--r-- | toolsrc/include/vcpkg_Dependencies.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolsrc/include/vcpkg_Dependencies.h b/toolsrc/include/vcpkg_Dependencies.h index b63816089..dca824ee9 100644 --- a/toolsrc/include/vcpkg_Dependencies.h +++ b/toolsrc/include/vcpkg_Dependencies.h @@ -75,5 +75,5 @@ namespace vcpkg::Dependencies std::vector<package_spec_with_install_plan> create_install_plan(const vcpkg_paths& paths, const std::vector<package_spec>& specs, const StatusParagraphs& status_db); - std::vector<package_spec_with_remove_plan> create_remove_plan(const vcpkg_paths& paths, const std::vector<package_spec>& specs, const StatusParagraphs& status_db); + std::vector<package_spec_with_remove_plan> create_remove_plan(const std::vector<package_spec>& specs, const StatusParagraphs& status_db); } |
