aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/include
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2018-02-19 07:11:30 -0800
committerRobert Schumacher <roschuma@microsoft.com>2018-02-19 07:11:30 -0800
commit12f19c7a30e14a89c0bac9279bb8bcda64158496 (patch)
treeba39eb120fc3bcca9409932d9de4429eab9d487c /toolsrc/include
parentd6ff55a735c40a642564fdd472f907ddf8a9b859 (diff)
downloadvcpkg-12f19c7a30e14a89c0bac9279bb8bcda64158496.tar.gz
vcpkg-12f19c7a30e14a89c0bac9279bb8bcda64158496.zip
[vcpkg] Remove create_install_plan in favor of create_feature_install_plan
Diffstat (limited to 'toolsrc/include')
-rw-r--r--toolsrc/include/vcpkg/dependencies.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/toolsrc/include/vcpkg/dependencies.h b/toolsrc/include/vcpkg/dependencies.h
index 4abeb678e..de68d06e9 100644
--- a/toolsrc/include/vcpkg/dependencies.h
+++ b/toolsrc/include/vcpkg/dependencies.h
@@ -162,10 +162,6 @@ namespace vcpkg::Dependencies
std::unique_ptr<ClusterGraph> m_graph;
};
- std::vector<InstallPlanAction> create_install_plan(const PortFileProvider& port_file_provider,
- const std::vector<PackageSpec>& specs,
- const StatusParagraphs& status_db);
-
std::vector<RemovePlanAction> create_remove_plan(const std::vector<PackageSpec>& specs,
const StatusParagraphs& status_db);