Browse Source

Convert: Remove 'FULL' conversion

It is no longer used.
Stephen Kelly 9 years ago
parent
commit
146bf9267c
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

@@ -70,9 +70,6 @@ std::string cmOutputConverter::ConvertToRelativePath(
         this->StateSnapshot.GetDirectory().GetCurrentBinaryComponents(),
         result);
       break;
-    case FULL:
-      result = cmSystemTools::CollapseFullPath(result);
-      break;
   }
   return result;
 }

+ 0 - 1
Source/cmOutputConverter.h

@@ -38,7 +38,6 @@ public:
    */
   enum RelativeRoot
   {
-    FULL,
     HOME,
     START,
     HOME_OUTPUT,