clean up a bit

This commit is contained in:
Bill Hoffman 2001-08-29 09:57:49 -04:00
parent efa44fc1f5
commit 94337f8015

View File

@ -335,9 +335,7 @@ bool cmMakefile::ReadListFile(const char* filename, const char* external)
} }
// add this list file to the list of dependencies // add this list file to the list of dependencies
m_ListFiles.push_back( filenametoread); m_ListFiles.push_back( filenametoread);
std::string name; const int numberFunctions = lf->m_Functions.size();
std::vector<std::string> arguments;
int numberFunctions = lf->m_Functions.size();
for(int i =0; i < numberFunctions; ++i) for(int i =0; i < numberFunctions; ++i)
{ {
cmListFileFunction& curFunction = lf->m_Functions[i]; cmListFileFunction& curFunction = lf->m_Functions[i];