mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-21 22:50:26 -06:00
remove unused variables
This commit is contained in:
@@ -32,7 +32,6 @@ bool cmExecProgramCommand::InitialPass(std::vector<std::string> const& args)
|
||||
bool haveoutput_variable = false;
|
||||
std::string return_variable;
|
||||
bool havereturn_variable = false;
|
||||
std::string e_command;
|
||||
for(size_t i=0; i < args.size(); ++i)
|
||||
{
|
||||
if(args[i] == "OUTPUT_VARIABLE")
|
||||
|
||||
Reference in New Issue
Block a user