summaryrefslogtreecommitdiffstats
path: root/Source/cmSystemTools.h
diff options
context:
space:
mode:
authorAmitha Perera <perera@cs.rpi.edu>2002-01-07 20:49:07 (GMT)
committerAmitha Perera <perera@cs.rpi.edu>2002-01-07 20:49:07 (GMT)
commitb2085d7e9dc15fedc21064a11a28b9141b7b0745 (patch)
treec06065670659a99457d7e6898e53a728ef2bce11 /Source/cmSystemTools.h
parent8f1b833759016ee486933d30a78a0d790ecc2079 (diff)
downloadCMake-b2085d7e9dc15fedc21064a11a28b9141b7b0745.zip
CMake-b2085d7e9dc15fedc21064a11a28b9141b7b0745.tar.gz
CMake-b2085d7e9dc15fedc21064a11a28b9141b7b0745.tar.bz2
Rolling back symbolic path changes until it works on Windows.
Diffstat (limited to 'Source/cmSystemTools.h')
-rw-r--r--Source/cmSystemTools.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/Source/cmSystemTools.h b/Source/cmSystemTools.h
index 7942692..8b4dc2f 100644
--- a/Source/cmSystemTools.h
+++ b/Source/cmSystemTools.h
@@ -254,16 +254,6 @@ public:
std::string& file);
static std::string CollapseFullPath(const char*);
- /**
- * all file path prefixes matching \arg from will be replaced by
- * \arg to. Affects the return value of CollapseFullPath and
- * GetCurrentWorkingDirectory.
- */
- static void AddPathTranslation( const std::string& from, const std::string& to );
-
- ///! Apply the current path translations to \arg path.
- static void ApplyPathTranslation( std::string& path );
-
///! return path of a full filename (no trailing slashes).
static std::string GetFilenamePath(const std::string&);
@@ -305,9 +295,6 @@ private:
static bool s_DisableMessages;
static bool s_DisableRunCommandOutput;
static ErrorCallback s_ErrorCallback;
-
- typedef std::map<cmStdString, cmStdString> PathMap;
- static PathMap s_PathMap;
};