1
0
mirror of https://github.com/Kitware/CMake.git synced 2025-10-20 12:53:55 +08:00

Kate: Remove unused variables.

This commit is contained in:
Stephen Kelly
2015-10-07 00:48:09 +02:00
parent 10cf42f5ae
commit f2a641d68b

View File

@@ -70,9 +70,6 @@ void cmExtraKateGenerator::CreateKateProjectFile(
return; return;
} }
std::string make = mf->GetRequiredDefinition("CMAKE_MAKE_PROGRAM");
std::string args = mf->GetSafeDefinition("CMAKE_KATE_MAKE_ARGUMENTS");
fout << fout <<
"{\n" "{\n"
"\t\"name\": \"" << this->ProjectName << "\",\n" "\t\"name\": \"" << this->ProjectName << "\",\n"