From 39c7cb91974ea7462e4acf05d769ec4d30f9464b Mon Sep 17 00:00:00 2001 From: Andy Cedilnik Date: Mon, 18 Aug 2003 14:06:27 -0400 Subject: ENH: Remove unused variable --- Source/cmake.cxx | 1 - 1 file changed, 1 deletion(-) 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& 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 += " "; -- cgit v0.12