diff options
author | Stephen Kelly <steveire@gmail.com> | 2016-08-27 11:44:57 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2016-08-27 13:41:17 (GMT) |
commit | 5aca066c5bbb7263624eb140378dd2f49e9d80ec (patch) | |
tree | 62ddeec7b89cff9ff47ab42d32ad6c1da312d4e5 /Source/cmOutputConverter.h | |
parent | 146bf9267ca88831d7cff4d121f414a3a73e26de (diff) | |
download | CMake-5aca066c5bbb7263624eb140378dd2f49e9d80ec.zip CMake-5aca066c5bbb7263624eb140378dd2f49e9d80ec.tar.gz CMake-5aca066c5bbb7263624eb140378dd2f49e9d80ec.tar.bz2 |
Convert: Remove UNCHANGED enum value
It is no longer used.
Diffstat (limited to 'Source/cmOutputConverter.h')
-rw-r--r-- | Source/cmOutputConverter.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/cmOutputConverter.h b/Source/cmOutputConverter.h index c2403db..9af9659 100644 --- a/Source/cmOutputConverter.h +++ b/Source/cmOutputConverter.h @@ -45,7 +45,6 @@ public: }; enum OutputFormat { - UNCHANGED, MAKERULE, SHELL, WATCOMQUOTE, @@ -54,7 +53,7 @@ public: std::string ConvertToOutputFormat(const std::string& source, OutputFormat output) const; std::string Convert(const std::string& remote, RelativeRoot local, - OutputFormat output = UNCHANGED) const; + OutputFormat output) const; std::string ConvertToRelativePath(const std::string& remote, RelativeRoot local) const; std::string ConvertDirectorySeparatorsForShell( |