mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-02 03:39:43 -06:00
cmGlobalVisualStudio7Generator: Remove unused member
This commit is contained in:
@@ -316,7 +316,6 @@ void cmGlobalVisualStudio7Generator::OutputSLNFile(
|
||||
if (generators.empty()) {
|
||||
return;
|
||||
}
|
||||
this->CurrentProject = root->GetProjectName();
|
||||
std::string fname = GetSLNFile(root);
|
||||
cmGeneratedFileStream fout(fname);
|
||||
fout.SetCopyIfDifferent(true);
|
||||
|
||||
@@ -192,9 +192,6 @@ protected:
|
||||
|
||||
std::map<std::string, cmVisualStudioFolder> VisualStudioFolders;
|
||||
|
||||
// Set during OutputSLNFile with the name of the current project.
|
||||
// There is one SLN file per project.
|
||||
std::string CurrentProject;
|
||||
bool MarmasmEnabled;
|
||||
bool MasmEnabled;
|
||||
bool NasmEnabled;
|
||||
|
||||
Reference in New Issue
Block a user