summaryrefslogtreecommitdiffstats
path: root/Source/cmUseMangledMesaCommand.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/cmUseMangledMesaCommand.cxx
parentf57a7ba95c6ac6a175f1e1599baa6285d1de254a (diff)
downloadCMake-4d9b5d5ef119d8825fda3d40cfcb01cf7e7ae4ac.zip
CMake-4d9b5d5ef119d8825fda3d40cfcb01cf7e7ae4ac.tar.gz
CMake-4d9b5d5ef119d8825fda3d40cfcb01cf7e7ae4ac.tar.bz2
Remove warnings
Diffstat (limited to 'Source/cmUseMangledMesaCommand.cxx')
-rw-r--r--Source/cmUseMangledMesaCommand.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/cmUseMangledMesaCommand.cxx b/Source/cmUseMangledMesaCommand.cxx
index 57f7fb0..3e6e2e0 100644
--- a/Source/cmUseMangledMesaCommand.cxx
+++ b/Source/cmUseMangledMesaCommand.cxx
@@ -89,8 +89,6 @@ CopyAndFullPathMesaHeader(const char* source,
}
// now copy input to output and expand variables in the
// input file at the same time
- const int bufSize = 4096;
- char buffer[bufSize];
std::string inLine;
// regular expression for any #include line
cmRegularExpression includeLine("^[ \t]*#[ \t]*include[ \t]*[<\"]([^\">]+)[\">]");