ENH: Remove unused variable

This commit is contained in:
Andy Cedilnik 2003-08-18 14:06:27 -04:00
parent ff32379e26
commit 39c7cb9197
1 changed files with 0 additions and 1 deletions

View File

@ -637,7 +637,6 @@ int cmake::CMakeCommand(std::vector<std::string>& args)
else if (args[1] == "time" && args.size() > 2) else if (args[1] == "time" && args.size() > 2)
{ {
std::string command = args[2]; std::string command = args[2];
std::string output;
for (std::string::size_type cc = 3; cc < args.size(); cc ++) for (std::string::size_type cc = 3; cc < args.size(); cc ++)
{ {
command += " "; command += " ";