summaryrefslogtreecommitdiffstats
path: root/Source/cmSystemTools.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmSystemTools.h')
-rw-r--r--Source/cmSystemTools.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/Source/cmSystemTools.h b/Source/cmSystemTools.h
index 00b4873..0974759 100644
--- a/Source/cmSystemTools.h
+++ b/Source/cmSystemTools.h
@@ -337,10 +337,6 @@ public:
*/
static std::string RelativePath(const char* local, const char* remote);
- /** Put a string into the environment
- of the form var=value */
- static bool PutEnv(const char* value);
-
#ifdef CMAKE_BUILD_WITH_CMAKE
/** Remove an environment variable */
static bool UnsetEnv(const char* value);