diff options
author | Ben Boeckel <ben.boeckel@kitware.com> | 2022-11-29 17:38:57 (GMT) |
---|---|---|
committer | Ben Boeckel <ben.boeckel@kitware.com> | 2022-11-29 17:39:28 (GMT) |
commit | 1ed9974ce52f707cfc5ec7396bb0a9f4a0835632 (patch) | |
tree | e9eb28ac55494057dc8319ce5034c89990a37980 | |
parent | f72c405d4ee4ad4775a10a944774b91f49726dad (diff) | |
download | CMake-1ed9974ce52f707cfc5ec7396bb0a9f4a0835632.zip CMake-1ed9974ce52f707cfc5ec7396bb0a9f4a0835632.tar.gz CMake-1ed9974ce52f707cfc5ec7396bb0a9f4a0835632.tar.bz2 |
cmVisualStudio10TargetGenerator: remove unused variable
-rw-r--r-- | Source/cmVisualStudio10TargetGenerator.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmVisualStudio10TargetGenerator.cxx b/Source/cmVisualStudio10TargetGenerator.cxx index cd73551..2798e59 100644 --- a/Source/cmVisualStudio10TargetGenerator.cxx +++ b/Source/cmVisualStudio10TargetGenerator.cxx @@ -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); |