From 5ad25ef4b690252a4251e8824e00b053ea61d000 Mon Sep 17 00:00:00 2001 From: Stephen Kelly Date: Sat, 27 Aug 2016 13:44:55 +0200 Subject: Convert: Remove NONE conversion It is no longer used. --- Source/cmOutputConverter.cxx | 2 -- Source/cmOutputConverter.h | 1 - 2 files changed, 3 deletions(-) diff --git a/Source/cmOutputConverter.cxx b/Source/cmOutputConverter.cxx index 98872d6..80fa4bf 100644 --- a/Source/cmOutputConverter.cxx +++ b/Source/cmOutputConverter.cxx @@ -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); } diff --git a/Source/cmOutputConverter.h b/Source/cmOutputConverter.h index ff06ab6..0f4884e 100644 --- a/Source/cmOutputConverter.h +++ b/Source/cmOutputConverter.h @@ -38,7 +38,6 @@ public: */ enum RelativeRoot { - NONE, FULL, HOME, START, -- cgit v0.12