summaryrefslogtreecommitdiffstats
path: root/Source/cmExtraCodeLiteGenerator.cxx
diff options
context:
space:
mode:
authorPavel Solodovnikov <hellyeahdominate@gmail.com>2017-05-26 16:52:31 (GMT)
committerPavel Solodovnikov <hellyeahdominate@gmail.com>2017-05-26 16:52:31 (GMT)
commit1e4e2f993c5914d329cbee355035166e12151081 (patch)
tree9ecee5161a2162d15630e0e4fd8fdeb0fadc696d /Source/cmExtraCodeLiteGenerator.cxx
parent25486156305dc0693366c0c7e5dc6c7035ab49a9 (diff)
downloadCMake-1e4e2f993c5914d329cbee355035166e12151081.zip
CMake-1e4e2f993c5914d329cbee355035166e12151081.tar.gz
CMake-1e4e2f993c5914d329cbee355035166e12151081.tar.bz2
Remove unused variables
Diffstat (limited to 'Source/cmExtraCodeLiteGenerator.cxx')
-rw-r--r--Source/cmExtraCodeLiteGenerator.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/cmExtraCodeLiteGenerator.cxx b/Source/cmExtraCodeLiteGenerator.cxx
index ea5379a..adab061 100644
--- a/Source/cmExtraCodeLiteGenerator.cxx
+++ b/Source/cmExtraCodeLiteGenerator.cxx
@@ -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;