From cf43e6ced0b887d1bc41774afa3e01b49a9c1fcd Mon Sep 17 00:00:00 2001 From: Ken Martin Date: Thu, 7 Dec 2006 15:23:22 -0500 Subject: [PATCH] COMP: fix a warning --- Source/cmSetTestsPropertiesCommand.cxx | 1 - 1 file changed, 1 deletion(-) 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 &tests = *this->Makefile->GetTests(); // now loop over all the targets int i; for(i = 0; i < numFiles; ++i)