From 1ed9974ce52f707cfc5ec7396bb0a9f4a0835632 Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Tue, 29 Nov 2022 12:38:57 -0500 Subject: cmVisualStudio10TargetGenerator: remove unused variable --- Source/cmVisualStudio10TargetGenerator.cxx | 1 - 1 file changed, 1 deletion(-) 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; CsPropMap sourceFileTags; this->GetCSharpSourceProperties(&sf, sourceFileTags); -- cgit v0.12