diff options
Diffstat (limited to 'toolsrc/include')
| -rw-r--r-- | toolsrc/include/vcpkg/dependencies.h | 4 |
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); |
