aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/include
diff options
context:
space:
mode:
authorAlexander Karatarakis <alkarata@microsoft.com>2017-03-10 16:47:13 -0800
committerAlexander Karatarakis <alkarata@microsoft.com>2017-03-10 17:04:29 -0800
commitb364239d0711a9749a61f16f2b101801e863b5c2 (patch)
tree64e435e32f9d4efc58a7fd87ac5662fffdd15fb6 /toolsrc/include
parented21cde02a30418c0069a2c0556c01fb5aa505fa (diff)
downloadvcpkg-b364239d0711a9749a61f16f2b101801e863b5c2.tar.gz
vcpkg-b364239d0711a9749a61f16f2b101801e863b5c2.zip
Remove all Environment::ensure_X_on_path()
Diffstat (limited to 'toolsrc/include')
-rw-r--r--toolsrc/include/vcpkg_Environment.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/toolsrc/include/vcpkg_Environment.h b/toolsrc/include/vcpkg_Environment.h
index c2d2ed7ae..5d12c8f6c 100644
--- a/toolsrc/include/vcpkg_Environment.h
+++ b/toolsrc/include/vcpkg_Environment.h
@@ -3,18 +3,6 @@
namespace vcpkg::Environment
{
- void ensure_nuget_on_path(const vcpkg_paths& paths);
-
- void ensure_git_on_path(const vcpkg_paths& paths);
-
- void ensure_cmake_on_path(const vcpkg_paths& paths);
-
- inline void ensure_utilities_on_path(const vcpkg_paths& paths)
- {
- ensure_cmake_on_path(paths);
- ensure_git_on_path(paths);
- }
-
const fs::path& get_dumpbin_exe(const vcpkg_paths& paths);
struct vcvarsall_and_platform_toolset