summaryrefslogtreecommitdiffstats
path: root/Source/cmSystemTools.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmSystemTools.cxx')
-rw-r--r--Source/cmSystemTools.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/cmSystemTools.cxx b/Source/cmSystemTools.cxx
index d185509..c85aeec 100644
--- a/Source/cmSystemTools.cxx
+++ b/Source/cmSystemTools.cxx
@@ -1291,8 +1291,6 @@ bool RunCommandViaSystem(const char* command,
{
std::cout << "@@ " << command << std::endl;
- const int BUFFER_SIZE = 4096;
- char buffer[BUFFER_SIZE];
std::string commandInDir;
if(dir)
{