diff options
author | Vitaly Stakhovsky <vvs31415@gitlab.org> | 2018-05-16 16:59:00 (GMT) |
---|---|---|
committer | Vitaly Stakhovsky <vvs31415@gitlab.org> | 2018-05-16 16:59:00 (GMT) |
commit | 790fc415b1ecb55a930130655c197e2b90df3ad8 (patch) | |
tree | f7a3444df63ffc784c267f7c7e357bdac41993fd /Source/cmVisualStudio10TargetGenerator.h | |
parent | acb97101628d900aca9bfc869f168c1f2bd1de30 (diff) | |
download | CMake-790fc415b1ecb55a930130655c197e2b90df3ad8.zip CMake-790fc415b1ecb55a930130655c197e2b90df3ad8.tar.gz CMake-790fc415b1ecb55a930130655c197e2b90df3ad8.tar.bz2 |
cmVisualStudio10TargetGenerator: remove BuildFileStream member
Stream object is now local to `Generate()`
Diffstat (limited to 'Source/cmVisualStudio10TargetGenerator.h')
-rw-r--r-- | Source/cmVisualStudio10TargetGenerator.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/cmVisualStudio10TargetGenerator.h b/Source/cmVisualStudio10TargetGenerator.h index a5ea38c..15e47b4 100644 --- a/Source/cmVisualStudio10TargetGenerator.h +++ b/Source/cmVisualStudio10TargetGenerator.h @@ -186,8 +186,6 @@ private: OptionsMap NasmOptions; OptionsMap LinkOptions; std::string LangForClCompile; - std::string PathToProjectFile; - std::string ProjectFileExtension; enum VsProjectType { vcxproj, @@ -207,7 +205,6 @@ private: unsigned int NsightTegraVersion[4]; bool TargetCompileAsWinRT; cmGlobalVisualStudio10Generator* const GlobalGenerator; - cmGeneratedFileStream* BuildFileStream; cmLocalVisualStudio10Generator* const LocalGenerator; std::set<std::string> CSharpCustomCommandNames; bool IsMissingFiles; |