mirror of
https://github.com/Kitware/CMake.git
synced 2025-10-16 05:26:58 +08:00
Kate: Remove unused variables.
This commit is contained in:
@@ -70,9 +70,6 @@ void cmExtraKateGenerator::CreateKateProjectFile(
|
||||
return;
|
||||
}
|
||||
|
||||
std::string make = mf->GetRequiredDefinition("CMAKE_MAKE_PROGRAM");
|
||||
std::string args = mf->GetSafeDefinition("CMAKE_KATE_MAKE_ARGUMENTS");
|
||||
|
||||
fout <<
|
||||
"{\n"
|
||||
"\t\"name\": \"" << this->ProjectName << "\",\n"
|
||||
|
Reference in New Issue
Block a user