Browse Source

Convert: Remove HOME_OUTPUT enum value

Stephen Kelly 9 years ago
parent
commit
4cf707b083
2 changed files with 0 additions and 4 deletions
  1. 0 3
      Source/cmOutputConverter.cxx
  2. 0 1
      Source/cmOutputConverter.h

+ 0 - 3
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;

+ 0 - 1
Source/cmOutputConverter.h

@@ -40,7 +40,6 @@ public:
    */
   enum RelativeRoot
   {
-    HOME_OUTPUT,
     START_OUTPUT
   };
   enum OutputFormat