diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2003-03-27 20:52:29 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2003-03-27 20:52:29 (GMT) |
commit | 4d9b5d5ef119d8825fda3d40cfcb01cf7e7ae4ac (patch) | |
tree | f18fa9c8be71c26fe4c44b440b3e3573cf6681c4 /Source/cmSystemTools.cxx | |
parent | f57a7ba95c6ac6a175f1e1599baa6285d1de254a (diff) | |
download | CMake-4d9b5d5ef119d8825fda3d40cfcb01cf7e7ae4ac.zip CMake-4d9b5d5ef119d8825fda3d40cfcb01cf7e7ae4ac.tar.gz CMake-4d9b5d5ef119d8825fda3d40cfcb01cf7e7ae4ac.tar.bz2 |
Remove warnings
Diffstat (limited to 'Source/cmSystemTools.cxx')
-rw-r--r-- | Source/cmSystemTools.cxx | 2 |
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) { |