diff options
Diffstat (limited to 'Source')
-rw-r--r-- | Source/cmOutputConverter.cxx | 3 | ||||
-rw-r--r-- | Source/cmOutputConverter.h | 1 |
2 files changed, 0 insertions, 4 deletions
diff --git a/Source/cmOutputConverter.cxx b/Source/cmOutputConverter.cxx index 4f12ae0..dca0e1d 100644 --- a/Source/cmOutputConverter.cxx +++ b/Source/cmOutputConverter.cxx @@ -52,9 +52,6 @@ std::string cmOutputConverter::ConvertToRelativePath( std::string result; switch (relative) { - case HOME_OUTPUT: - result = this->GetState()->GetBinaryDirectory(); - break; case START_OUTPUT: result = this->StateSnapshot.GetDirectory().GetCurrentBinary(); break; diff --git a/Source/cmOutputConverter.h b/Source/cmOutputConverter.h index f4eedcf..b2ae936 100644 --- a/Source/cmOutputConverter.h +++ b/Source/cmOutputConverter.h @@ -40,7 +40,6 @@ public: */ enum RelativeRoot { - HOME_OUTPUT, START_OUTPUT }; enum OutputFormat |