summaryrefslogtreecommitdiffstats
path: root/Source/cmake.cxx
diff options
context:
space:
mode:
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 86a7fca..7fdd39f 100644
--- a/Source/cmake.cxx
+++ b/Source/cmake.cxx
@@ -670,7 +670,6 @@ int cmake::CMakeCommand(std::vector<std::string>& 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 += " ";