From a6aa410f9fb7855b9cc94bae00d15fea8018250e Mon Sep 17 00:00:00 2001 From: Alexander Karatarakis Date: Fri, 31 Mar 2017 17:22:08 -0700 Subject: Remove System::set_environmental_variable() --- toolsrc/include/vcpkg_System.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'toolsrc/include') diff --git a/toolsrc/include/vcpkg_System.h b/toolsrc/include/vcpkg_System.h index 1a0c89da4..84fe43988 100644 --- a/toolsrc/include/vcpkg_System.h +++ b/toolsrc/include/vcpkg_System.h @@ -61,7 +61,5 @@ namespace vcpkg::System optional get_environmental_variable(const cwstring_view varname) noexcept; - void set_environmental_variable(const cwstring_view varname, const cwstring_view varvalue) noexcept; - optional get_registry_string(HKEY base, const cwstring_view subkey, const cwstring_view valuename); } -- cgit v1.2.3