mirror of
https://github.com/reactos/CMake.git
synced 2024-12-14 15:19:39 +00:00
Convert: Remove NONE conversion
It is no longer used.
This commit is contained in:
parent
ac46384171
commit
5ad25ef4b6
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user