From da9850efc76bac723afed1caf17072fcac65273d Mon Sep 17 00:00:00 2001 From: Robert Schumacher Date: Mon, 9 Jul 2018 10:02:37 -0700 Subject: [vcpkg-ci] Fix bug in "vcpkg ci" which results in different features being installed than originally desired. --- toolsrc/include/vcpkg/commands.h | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'toolsrc/include') diff --git a/toolsrc/include/vcpkg/commands.h b/toolsrc/include/vcpkg/commands.h index 57bd83db9..1858a320f 100644 --- a/toolsrc/include/vcpkg/commands.h +++ b/toolsrc/include/vcpkg/commands.h @@ -25,17 +25,7 @@ namespace vcpkg::Commands namespace CI { - struct UnknownCIPortsResults - { - std::vector unknown; - std::map known; - }; - extern const CommandStructure COMMAND_STRUCTURE; - UnknownCIPortsResults find_unknown_ports_for_ci(const VcpkgPaths& paths, - const std::set& exclusions, - const Dependencies::PortFileProvider& provider, - const std::vector& fspecs); void perform_and_exit(const VcpkgCmdArguments& args, const VcpkgPaths& paths, const Triplet& default_triplet); } -- cgit v1.2.3