diff --git a/Source/cmake.cxx b/Source/cmake.cxx index 7fdd39fb5..e2dee840e 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 += " ";