summaryrefslogtreecommitdiffstats
path: root/Source/cmOutputConverter.cxx
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2016-08-27 15:55:31 (GMT)
committerStephen Kelly <steveire@gmail.com>2016-09-19 19:36:12 (GMT)
commitf1d845ae74dd9ba0520b1f97c851e439f1c4df07 (patch)
tree42094af52d0888b8ad291eb80e47debcfa430582 /Source/cmOutputConverter.cxx
parent0a98c74c1ba025957b2a3933d9897750109390bf (diff)
downloadCMake-f1d845ae74dd9ba0520b1f97c851e439f1c4df07.zip
CMake-f1d845ae74dd9ba0520b1f97c851e439f1c4df07.tar.gz
CMake-f1d845ae74dd9ba0520b1f97c851e439f1c4df07.tar.bz2
Convert: Remove obsolete HOME and START enum values
Diffstat (limited to 'Source/cmOutputConverter.cxx')
-rw-r--r--Source/cmOutputConverter.cxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/Source/cmOutputConverter.cxx b/Source/cmOutputConverter.cxx
index ae7c583..f5321ed 100644
--- a/Source/cmOutputConverter.cxx
+++ b/Source/cmOutputConverter.cxx
@@ -52,14 +52,6 @@ std::string cmOutputConverter::ConvertToRelativePath(
std::string result;
switch (relative) {
- case HOME:
- result = this->ConvertToRelativePath(
- this->GetState()->GetSourceDirectory(), source);
- break;
- case START:
- result = this->ConvertToRelativePath(
- this->StateSnapshot.GetDirectory().GetCurrentSource(), source);
- break;
case HOME_OUTPUT:
result = this->ConvertToRelativePath(
this->GetState()->GetBinaryDirectory(), source);