cmVisualStudio10TargetGenerator: remove unused variable

This commit is contained in:
Ben Boeckel
2022-11-29 12:38:57 -05:00
parent f72c405d4e
commit 1ed9974ce5
@@ -2864,7 +2864,6 @@ void cmVisualStudio10TargetGenerator::OutputSourceSpecificFlags(
fileName.substr(0, fileName.find_last_of(".")));
}
if (this->ProjectType == VsProjectType::csproj) {
std::string f = source->GetFullPath();
using CsPropMap = std::map<std::string, std::string>;
CsPropMap sourceFileTags;
this->GetCSharpSourceProperties(&sf, sourceFileTags);