diff options
author | Vitaly Stakhovsky <vvs31415@gitlab.org> | 2018-02-02 00:09:34 (GMT) |
---|---|---|
committer | Vitaly Stakhovsky <vvs31415@gitlab.org> | 2018-02-02 00:09:34 (GMT) |
commit | 6d148d6d53913710408a8a1006dd93998c44260a (patch) | |
tree | f530ae4005a64567a7ded0e7cb097aa4973f955f /Source/cmVisualStudio10TargetGenerator.h | |
parent | 5a16e762e21e22e7a212acc7e2bc7bd027d66166 (diff) | |
download | CMake-6d148d6d53913710408a8a1006dd93998c44260a.zip CMake-6d148d6d53913710408a8a1006dd93998c44260a.tar.gz CMake-6d148d6d53913710408a8a1006dd93998c44260a.tar.bz2 |
cmVisualStudio10TargetGenerator: Limit scope of ConvertToWindowsSlash()
It is no longer used outside this class, so its scope can be limited to file.
Diffstat (limited to 'Source/cmVisualStudio10TargetGenerator.h')
-rw-r--r-- | Source/cmVisualStudio10TargetGenerator.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmVisualStudio10TargetGenerator.h b/Source/cmVisualStudio10TargetGenerator.h index 2bc5da9..33d4fb7 100644 --- a/Source/cmVisualStudio10TargetGenerator.h +++ b/Source/cmVisualStudio10TargetGenerator.h @@ -54,7 +54,6 @@ private: }; std::string ConvertPath(std::string const& path, bool forceRelative); - static void ConvertToWindowsSlash(std::string& s); void WriteString(const char* line, int indentLevel); void WriteProjectConfigurations(); void WriteProjectConfigurationValues(); |