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:
@@ -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"
|
||||||
|
Reference in New Issue
Block a user