aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/include/vcpkg_Environment.h
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2017-03-31 17:24:45 -0700
committerAlexander Karatarakis <alkarata@microsoft.com>2017-03-31 17:35:38 -0700
commitc84765601bbe49a6ec2e252ec681fe843212230f (patch)
tree0a67514bdbff13d6b142d6657c542b62076555ad /toolsrc/include/vcpkg_Environment.h
parenta6aa410f9fb7855b9cc94bae00d15fea8018250e (diff)
downloadvcpkg-c84765601bbe49a6ec2e252ec681fe843212230f.tar.gz
vcpkg-c84765601bbe49a6ec2e252ec681fe843212230f.zip
Move Environment::get_program_files() to System::get_program_files()
Diffstat (limited to 'toolsrc/include/vcpkg_Environment.h')
-rw-r--r--toolsrc/include/vcpkg_Environment.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/toolsrc/include/vcpkg_Environment.h b/toolsrc/include/vcpkg_Environment.h
index 5d12c8f6c..32ab28391 100644
--- a/toolsrc/include/vcpkg_Environment.h
+++ b/toolsrc/include/vcpkg_Environment.h
@@ -12,8 +12,4 @@ namespace vcpkg::Environment
};
const vcvarsall_and_platform_toolset& get_vcvarsall_bat(const vcpkg_paths& paths);
-
- const fs::path& get_ProgramFiles_32_bit();
-
- const fs::path& get_ProgramFiles_platform_bitness();
}