summaryrefslogtreecommitdiffstats
path: root/Source/cmake.cxx
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2003-08-14 13:09:44 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2003-08-14 13:09:44 (GMT)
commit86947e0b266f09146222b68e575389c0b2fc5935 (patch)
treeff66701984c18cd744ca0b85fa3ca183f1d05baa /Source/cmake.cxx
parentcbeeaa71880c565226efeab605e0492eb1806e66 (diff)
downloadCMake-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.cxx1
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 += " ";