Browse Source

ENH: Remove unused variable

Andy Cedilnik 22 years ago
parent
commit
39c7cb9197
1 changed files with 0 additions and 1 deletions
  1. 0 1
      Source/cmake.cxx

+ 0 - 1
Source/cmake.cxx

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