Browse Source

ENH: remove a warning

Bill Hoffman 22 years ago
parent
commit
86947e0b26
1 changed files with 0 additions and 1 deletions
  1. 0 1
      Source/cmake.cxx

+ 0 - 1
Source/cmake.cxx

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