mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-11 16:32:14 -06:00
Convert: Remove NONE conversion
It is no longer used.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
@@ -38,7 +38,6 @@ public:
|
||||
*/
|
||||
enum RelativeRoot
|
||||
{
|
||||
NONE,
|
||||
FULL,
|
||||
HOME,
|
||||
START,
|
||||
|
||||
Reference in New Issue
Block a user