Convert: Remove NONE conversion

It is no longer used.
This commit is contained in:
Stephen Kelly 2016-08-27 13:44:55 +02:00
parent ac46384171
commit 5ad25ef4b6
2 changed files with 0 additions and 3 deletions

View File

@ -75,8 +75,6 @@ std::string cmOutputConverter::Convert(const std::string& source,
case FULL:
result = cmSystemTools::CollapseFullPath(result);
break;
case NONE:
break;
}
return this->ConvertToOutputFormat(result, output);
}

View File

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