Remove unused variables

This commit is contained in:
Pavel Solodovnikov
2017-05-26 19:52:31 +03:00
parent 2548615630
commit 1e4e2f993c
3 changed files with 1 additions and 7 deletions

View File

@@ -600,9 +600,6 @@ void cmExtraCodeLiteGenerator::CreateNewProjectFile(
// which may have an acompanying header, one for all other files
std::string projectType;
std::vector<std::string> headerExts =
this->GlobalGenerator->GetCMakeInstance()->GetHeaderExtensions();
std::map<std::string, cmSourceFile*> cFiles;
std::set<std::string> otherFiles;