diff options
author | Ken Martin <ken.martin@kitware.com> | 2006-12-07 20:23:22 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2006-12-07 20:23:22 (GMT) |
commit | cf43e6ced0b887d1bc41774afa3e01b49a9c1fcd (patch) | |
tree | deaa8f5cf3d79628b05b53b48c69ad767759e0ff /Source/cmSetTestsPropertiesCommand.cxx | |
parent | a00200e8d409e334d8646d4817d8e78fc11fc311 (diff) | |
download | CMake-cf43e6ced0b887d1bc41774afa3e01b49a9c1fcd.zip CMake-cf43e6ced0b887d1bc41774afa3e01b49a9c1fcd.tar.gz CMake-cf43e6ced0b887d1bc41774afa3e01b49a9c1fcd.tar.bz2 |
COMP: fix a warning
Diffstat (limited to 'Source/cmSetTestsPropertiesCommand.cxx')
-rw-r--r-- | Source/cmSetTestsPropertiesCommand.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmSetTestsPropertiesCommand.cxx b/Source/cmSetTestsPropertiesCommand.cxx index 8e02ada..269ef78 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) |