Convert: Remove 'FULL' conversion

It is no longer used.
This commit is contained in:
Stephen Kelly 2016-08-27 13:44:57 +02:00
parent 58ba87f892
commit 146bf9267c
2 changed files with 0 additions and 4 deletions

View File

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

View File

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