clean up a bit
This commit is contained in:
parent
efa44fc1f5
commit
94337f8015
@ -335,9 +335,7 @@ bool cmMakefile::ReadListFile(const char* filename, const char* external)
|
||||
}
|
||||
// add this list file to the list of dependencies
|
||||
m_ListFiles.push_back( filenametoread);
|
||||
std::string name;
|
||||
std::vector<std::string> arguments;
|
||||
int numberFunctions = lf->m_Functions.size();
|
||||
const int numberFunctions = lf->m_Functions.size();
|
||||
for(int i =0; i < numberFunctions; ++i)
|
||||
{
|
||||
cmListFileFunction& curFunction = lf->m_Functions[i];
|
||||
|
Loading…
x
Reference in New Issue
Block a user