summaryrefslogtreecommitdiff
path: root/Source/cmLocalKdevelopGenerator.cxx
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2004-10-14 11:59:41 -0400
committerBill Hoffman <bill.hoffman@kitware.com>2004-10-14 11:59:41 -0400
commit6579e30bdbba8f9bdcd94e8b4bf3bdad8505b512 (patch)
treeb6a4a83d8df4f282fabb92f0b93f86dfe6795fac /Source/cmLocalKdevelopGenerator.cxx
parentef8385744b03068f53dc2710c53d160d05e7cf2a (diff)
downloadcmake-6579e30bdbba8f9bdcd94e8b4bf3bdad8505b512.tar.gz
COMP: remove warning
Diffstat (limited to 'Source/cmLocalKdevelopGenerator.cxx')
-rw-r--r--Source/cmLocalKdevelopGenerator.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/cmLocalKdevelopGenerator.cxx b/Source/cmLocalKdevelopGenerator.cxx
index 4070f22a46..6632d6249b 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<std::string>& listFiles=m_Makefile->GetListFiles();
for (std::vector<std::string>::const_iterator it=listFiles.begin();
it!=listFiles.end(); it++)
{