Export: Remove unused variable

This commit is contained in:
Stephen Kelly 2015-10-22 00:51:25 +02:00
parent a03f3d0e01
commit 331023ae06
1 changed files with 0 additions and 1 deletions

View File

@ -36,7 +36,6 @@ void cmExportBuildFileGenerator::Compute(cmLocalGenerator* lg)
//----------------------------------------------------------------------------
bool cmExportBuildFileGenerator::GenerateMainFile(std::ostream& os)
{
std::vector<cmGeneratorTarget*> allTargets;
{
std::string expectedTargets;
std::string sep;