summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2002-10-16 12:49:07 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2002-10-16 12:49:07 (GMT)
commiteda89848be831c9e363ae5a294f76fda0c3ccc31 (patch)
tree95033a622f37a1e4fe9c37c40f1f4a3d48877bb6 /Source
parent876645af517f6ac6e7681d0c8bac65cd8c6c1510 (diff)
downloadCMake-eda89848be831c9e363ae5a294f76fda0c3ccc31.zip
CMake-eda89848be831c9e363ae5a294f76fda0c3ccc31.tar.gz
CMake-eda89848be831c9e363ae5a294f76fda0c3ccc31.tar.bz2
Remove unused variable
Diffstat (limited to 'Source')
-rw-r--r--Source/ctest.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/ctest.cxx b/Source/ctest.cxx
index 81e3edb..82186e4 100644
--- a/Source/ctest.cxx
+++ b/Source/ctest.cxx
@@ -564,7 +564,6 @@ int ctest::BuildDirectory()
// > 1 - warning
std::vector<int> markedLines(lines.size(), 0);
- cmCTestBuildErrorWarning cerw;
int cc;
// Errors
for ( cc = 0; cmCTestErrorMatches[cc]; cc ++ )