From e01cdf2065d93cdbb873999b45414133978860b2 Mon Sep 17 00:00:00 2001 From: Brad King Date: Mon, 12 Mar 2007 13:50:28 -0400 Subject: ENH: Added kwsys SystemTools::CreateSymlink and SystemTools::ReadSymlink. --- Source/cmSystemTools.h | 1 - 1 file changed, 1 deletion(-) (limited to 'Source/cmSystemTools.h') diff --git a/Source/cmSystemTools.h b/Source/cmSystemTools.h index 1838039dbb..f785358c4f 100644 --- a/Source/cmSystemTools.h +++ b/Source/cmSystemTools.h @@ -297,7 +297,6 @@ public: static std::string ConvertToRunCommandPath(const char* path); //! Check if the first string ends with the second one. static bool StringEndsWith(const char* str1, const char* str2); - static bool CreateSymlink(const char* origName, const char* newName); /** compute the relative path from local to remote. local must be a directory. remote can be a file or a directory. -- cgit v1.2.1