summaryrefslogtreecommitdiffstats
path: root/Source/cmSystemTools.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2003-03-27 20:52:29 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2003-03-27 20:52:29 (GMT)
commit4d9b5d5ef119d8825fda3d40cfcb01cf7e7ae4ac (patch)
treef18fa9c8be71c26fe4c44b440b3e3573cf6681c4 /Source/cmSystemTools.cxx
parentf57a7ba95c6ac6a175f1e1599baa6285d1de254a (diff)
downloadCMake-4d9b5d5ef119d8825fda3d40cfcb01cf7e7ae4ac.zip
CMake-4d9b5d5ef119d8825fda3d40cfcb01cf7e7ae4ac.tar.gz
CMake-4d9b5d5ef119d8825fda3d40cfcb01cf7e7ae4ac.tar.bz2
Remove warnings
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)
{