From 6579e30bdbba8f9bdcd94e8b4bf3bdad8505b512 Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Thu, 14 Oct 2004 11:59:41 -0400 Subject: COMP: remove warning --- Source/cmLocalKdevelopGenerator.cxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Source/cmLocalKdevelopGenerator.cxx b/Source/cmLocalKdevelopGenerator.cxx index 4070f22..6632d62 100644 --- a/Source/cmLocalKdevelopGenerator.cxx +++ b/Source/cmLocalKdevelopGenerator.cxx @@ -305,7 +305,7 @@ bool cmLocalKdevelopGenerator::CreateFilelistFile(const std::string& _dir, } } } - + //get all sources cmTargets& targets=m_Makefile->GetTargets(); for (cmTargets::const_iterator ti = targets.begin(); ti != targets.end(); ti++) @@ -316,7 +316,6 @@ bool cmLocalKdevelopGenerator::CreateFilelistFile(const std::string& _dir, { files.insert((*it)->GetFullPath()); } - const std::vector& listFiles=m_Makefile->GetListFiles(); for (std::vector::const_iterator it=listFiles.begin(); it!=listFiles.end(); it++) { -- cgit v0.12