From 40419c768ab30c6ca802e5dae2ec727ed1b2df0e Mon Sep 17 00:00:00 2001 From: Alexander Karatarakis Date: Fri, 10 Mar 2017 16:44:44 -0800 Subject: `ci`: Remove call to Environment::ensure_utilities_on_path(); --- toolsrc/src/commands_ci.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'toolsrc/src/commands_ci.cpp') diff --git a/toolsrc/src/commands_ci.cpp b/toolsrc/src/commands_ci.cpp index 4a66b77d1..315308a62 100644 --- a/toolsrc/src/commands_ci.cpp +++ b/toolsrc/src/commands_ci.cpp @@ -1,7 +1,6 @@ #include "pch.h" #include "vcpkg_Commands.h" #include "vcpkglib.h" -#include "vcpkg_Environment.h" #include "vcpkg_Files.h" #include "vcpkg_System.h" #include "vcpkg_Dependencies.h" @@ -40,8 +39,6 @@ namespace vcpkg::Commands::CI const std::vector install_plan = Dependencies::create_install_plan(paths, specs, status_db); Checks::check_exit(!install_plan.empty(), "Install plan cannot be empty"); - Environment::ensure_utilities_on_path(paths); - std::vector results; std::vector timing; const ElapsedTime timer = ElapsedTime::createStarted(); -- cgit v1.2.3