mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-07 14:50:15 -05:00
cmVisualStudio10TargetGenerator: remove unused variable
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user