diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2003-08-14 13:09:44 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2003-08-14 13:09:44 (GMT) |
commit | 86947e0b266f09146222b68e575389c0b2fc5935 (patch) | |
tree | ff66701984c18cd744ca0b85fa3ca183f1d05baa /Source/cmake.cxx | |
parent | cbeeaa71880c565226efeab605e0492eb1806e66 (diff) | |
download | CMake-86947e0b266f09146222b68e575389c0b2fc5935.zip CMake-86947e0b266f09146222b68e575389c0b2fc5935.tar.gz CMake-86947e0b266f09146222b68e575389c0b2fc5935.tar.bz2 |
ENH: remove a warning
Diffstat (limited to 'Source/cmake.cxx')
-rw-r--r-- | Source/cmake.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmake.cxx b/Source/cmake.cxx index 86a7fca..7fdd39f 100644 --- a/Source/cmake.cxx +++ b/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 += " "; |