diff options
Diffstat (limited to 'Source/cmake.cxx')
-rw-r--r-- | Source/cmake.cxx | 1 |
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 += " "; |