diff --git a/Source/cmake.cxx b/Source/cmake.cxx index 86a7fca9b..7fdd39fb5 100644 --- a/Source/cmake.cxx +++ b/Source/cmake.cxx @@ -670,7 +670,6 @@ int cmake::CMakeCommand(std::vector& 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 += " ";