From ed21cde02a30418c0069a2c0556c01fb5aa505fa Mon Sep 17 00:00:00 2001 From: Alexander Karatarakis Date: Fri, 10 Mar 2017 16:46:23 -0800 Subject: `install`: Remove call to Environment::ensure_utilities_on_path(); --- toolsrc/src/commands_install.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'toolsrc/src') diff --git a/toolsrc/src/commands_install.cpp b/toolsrc/src/commands_install.cpp index ad341c847..bb3df943c 100644 --- a/toolsrc/src/commands_install.cpp +++ b/toolsrc/src/commands_install.cpp @@ -1,7 +1,6 @@ #include "pch.h" #include "vcpkg_Commands.h" #include "vcpkglib.h" -#include "vcpkg_Environment.h" #include "metrics.h" #include "vcpkg_Files.h" #include "vcpkg_System.h" @@ -203,7 +202,6 @@ namespace vcpkg::Commands::Install specs_string.append(install_plan[i].spec.toString()); } TrackProperty("installplan", specs_string); - Environment::ensure_utilities_on_path(paths); for (const package_spec_with_install_plan& action : install_plan) { -- cgit v1.2.3