cmGlobalVisualStudio7Generator: Remove unused member

This commit is contained in:
Brad King
2025-08-29 14:19:00 -04:00
parent 93e34a5e0e
commit ccbd61dd53
2 changed files with 0 additions and 4 deletions

View File

@@ -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);

View File

@@ -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;