summaryrefslogtreecommitdiff
path: root/Source/cmSetTestsPropertiesCommand.cxx
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2006-12-07 15:23:22 -0500
committerKen Martin <ken.martin@kitware.com>2006-12-07 15:23:22 -0500
commitcf43e6ced0b887d1bc41774afa3e01b49a9c1fcd (patch)
treedeaa8f5cf3d79628b05b53b48c69ad767759e0ff /Source/cmSetTestsPropertiesCommand.cxx
parenta00200e8d409e334d8646d4817d8e78fc11fc311 (diff)
downloadcmake-cf43e6ced0b887d1bc41774afa3e01b49a9c1fcd.tar.gz
COMP: fix a warning
Diffstat (limited to 'Source/cmSetTestsPropertiesCommand.cxx')
-rw-r--r--Source/cmSetTestsPropertiesCommand.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmSetTestsPropertiesCommand.cxx b/Source/cmSetTestsPropertiesCommand.cxx
index 8e02adae8e..269ef78d0f 100644
--- a/Source/cmSetTestsPropertiesCommand.cxx
+++ b/Source/cmSetTestsPropertiesCommand.cxx
@@ -75,7 +75,6 @@ bool cmSetTestsPropertiesCommand::InitialPass(
}
- std::vector<cmTest*> &tests = *this->Makefile->GetTests();
// now loop over all the targets
int i;
for(i = 0; i < numFiles; ++i)