summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalGenerator.h
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2005-06-10 12:41:47 (GMT)
committerKen Martin <ken.martin@kitware.com>2005-06-10 12:41:47 (GMT)
commit708828dc3761cc009f5ea479e6012ca1193e7e60 (patch)
treef813ac450a1d47b8b824ee35e35fa0937c6774bc /Source/cmLocalGenerator.h
parent8b88391daa911db4829e45217e4d73c5d7df44c0 (diff)
downloadCMake-708828dc3761cc009f5ea479e6012ca1193e7e60.zip
CMake-708828dc3761cc009f5ea479e6012ca1193e7e60.tar.gz
CMake-708828dc3761cc009f5ea479e6012ca1193e7e60.tar.bz2
ENH: removed old convert calls
Diffstat (limited to 'Source/cmLocalGenerator.h')
-rw-r--r--Source/cmLocalGenerator.h21
1 files changed, 0 insertions, 21 deletions
diff --git a/Source/cmLocalGenerator.h b/Source/cmLocalGenerator.h
index 036b3d2..c1177d8 100644
--- a/Source/cmLocalGenerator.h
+++ b/Source/cmLocalGenerator.h
@@ -98,27 +98,6 @@ public:
bool optional = false);
/**
- * Convert the given remote path to a relative path with respect to
- * this generator's output directory. The remote path must use
- * forward slashes and not already be escaped or quoted.
- */
- std::string ConvertToRelativePath(const char* remote);
-
- /**
- * Convert to an output path that is relative to the current output
- * directory. The remote path must use forward slashes and not
- * already be escaped or quoted.
- */
- std::string ConvertToRelativeOutputPath(const char* remote);
-
- /**
- * Calls ConvertToRelativePath conditionally on the cache option
- * CMAKE_USE_RELATIVE_PATHS. The remote path must use forward
- * slashes and not already be escaped or quoted.
- */
- std::string ConvertToOptionallyRelativePath(const char* remote);
-
- /**
* Convert the given path to an output path that is optionally
* relative based on the cache option CMAKE_USE_RELATIVE_PATHS. The
* remote path must use forward slashes and not already be escaped