summaryrefslogtreecommitdiffstats
path: root/Source/cmake.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2003-08-18 18:06:27 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2003-08-18 18:06:27 (GMT)
commit39c7cb91974ea7462e4acf05d769ec4d30f9464b (patch)
treeec20fc3db8a6294f545b27d61b73dd81775f4add /Source/cmake.cxx
parentff32379e264be9aa268e51399d8d6a5baba421cb (diff)
downloadCMake-39c7cb91974ea7462e4acf05d769ec4d30f9464b.zip
CMake-39c7cb91974ea7462e4acf05d769ec4d30f9464b.tar.gz
CMake-39c7cb91974ea7462e4acf05d769ec4d30f9464b.tar.bz2
ENH: Remove unused variable
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 7fdd39f..e2dee84 100644
--- a/Source/cmake.cxx
+++ b/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 += " ";