diff options
author | Daniel Pfeifer <daniel@pfeifer-mail.de> | 2016-06-20 21:03:28 (GMT) |
---|---|---|
committer | Daniel Pfeifer <daniel@pfeifer-mail.de> | 2016-06-20 21:03:28 (GMT) |
commit | 191fc3a0f373d262e2f2e5a2ccb07979e227d683 (patch) | |
tree | 2e9dbe7666d221c297b2346c2af298da2c3f4969 /Source/cmOutputConverter.h | |
parent | b86007e385fc0f4cc45149b68cafebad749bf6e8 (diff) | |
download | CMake-191fc3a0f373d262e2f2e5a2ccb07979e227d683.zip CMake-191fc3a0f373d262e2f2e5a2ccb07979e227d683.tar.gz CMake-191fc3a0f373d262e2f2e5a2ccb07979e227d683.tar.bz2 |
cmOutputConverter: remove unused 'local' argument
Diffstat (limited to 'Source/cmOutputConverter.h')
-rw-r--r-- | Source/cmOutputConverter.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/cmOutputConverter.h b/Source/cmOutputConverter.h index f661572..3d7d493 100644 --- a/Source/cmOutputConverter.h +++ b/Source/cmOutputConverter.h @@ -69,13 +69,11 @@ public: ///! for existing files convert to output path and short path if spaces std::string ConvertToOutputForExisting(const std::string& remote, - RelativeRoot local = START_OUTPUT, OutputFormat format = SHELL) const; /** For existing path identified by RelativeRoot convert to output path and short path if spaces. */ std::string ConvertToOutputForExisting(RelativeRoot remote, - const std::string& local = "", OutputFormat format = SHELL) const; void SetLinkScriptShell(bool linkScriptShell); |