aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/src/commands_install.cpp
diff options
context:
space:
mode:
authorAlexander Karatarakis <alkarata@microsoft.com>2017-03-10 16:46:23 -0800
committerAlexander Karatarakis <alkarata@microsoft.com>2017-03-10 17:04:29 -0800
commited21cde02a30418c0069a2c0556c01fb5aa505fa (patch)
tree83da1566d387afdb07689ab937cbe36b46bffc61 /toolsrc/src/commands_install.cpp
parent40419c768ab30c6ca802e5dae2ec727ed1b2df0e (diff)
downloadvcpkg-ed21cde02a30418c0069a2c0556c01fb5aa505fa.tar.gz
vcpkg-ed21cde02a30418c0069a2c0556c01fb5aa505fa.zip
`install`: Remove call to Environment::ensure_utilities_on_path();
Diffstat (limited to 'toolsrc/src/commands_install.cpp')
-rw-r--r--toolsrc/src/commands_install.cpp2
1 files changed, 0 insertions, 2 deletions
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)
{