COMP: remove warning
This commit is contained in:
parent
ef8385744b
commit
6579e30bdb
|
@ -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++)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue