diff options
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) |