aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/include
diff options
context:
space:
mode:
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